icons.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. {
  2. "entity": {
  3. "binary_sensor": {
  4. "direction": {
  5. "default": "mdi:arrow-left-right",
  6. "state": {
  7. "off": "mdi:home-import-outline",
  8. "on": "mdi:home-export-outline"
  9. }
  10. },
  11. "defrost": {
  12. "default": "mdi:circle-outline",
  13. "state": {
  14. "on": "mdi:snowflake-melt"
  15. }
  16. },
  17. "tank_empty": {
  18. "default": "mdi:water",
  19. "state": {
  20. "on": "mdi:water-alert-outline"
  21. }
  22. },
  23. "tank_full": {
  24. "default": "mdi:water-outline",
  25. "state": {
  26. "on": "mdi:water-alert"
  27. }
  28. },
  29. "wake": {
  30. "default": "mdi:weather-sunny",
  31. "state": {
  32. "off": "mdi:weather-night"
  33. }
  34. }
  35. },
  36. "button": {
  37. "factory_reset": {
  38. "default": "mdi:cog-refresh"
  39. },
  40. "filter_reset": {
  41. "default": "mdi:air-filter"
  42. }
  43. },
  44. "climate": {
  45. "heater": {
  46. "default": "mdi:radiator",
  47. "state": {
  48. "off": "mdi:radiator-off"
  49. }
  50. },
  51. "oven": {
  52. "default": "mdi:stove"
  53. },
  54. "pool_heatpump": {
  55. "default": "mdi:pool",
  56. "state": {
  57. "heat": "mdi:hot-tub",
  58. "cool": "mdi:snowflake"
  59. }
  60. }
  61. },
  62. "fan": {
  63. "aroma_diffuser": {
  64. "default": "mdi:scent",
  65. "state": {
  66. "off": "mdi:scent-off"
  67. },
  68. "state_attributes": {
  69. "preset_mode": {
  70. "state": {
  71. "low": "mdi:signal-cellular-1",
  72. "medium": "mdi:signal-cellular-2",
  73. "high": "mdi:signal-cellular-3",
  74. "continuous": "mdi:clock-start",
  75. "intermittent": "mdi:timer-settings-outline",
  76. "timer": "mdi:timer"
  77. }
  78. }
  79. }
  80. },
  81. "fan_with_presets": {
  82. "state_attributes": {
  83. "preset_mode": {
  84. "state": {
  85. "baby": "mdi:baby-carriage",
  86. "fresh": "mdi:weather-windy",
  87. "nature": "mdi:palm-tree",
  88. "normal": "mdi:fan",
  89. "sleep": "mdi:sleep",
  90. "smart": "mdi:auto-mode",
  91. "strong": "mdi:weather-hurricane",
  92. "displayoff": "mdi:monitor-off",
  93. "off": "mdi:fan-off"
  94. }
  95. }
  96. }
  97. }
  98. },
  99. "light": {
  100. "backlight": {
  101. "default": "mdi:television-ambient-light"
  102. },
  103. "display": {
  104. "default": "mdi:clock-digital"
  105. },
  106. "embers": {
  107. "default": "mdi:campfire"
  108. },
  109. "flame": {
  110. "default": "mdi:fire"
  111. },
  112. "indicator": {
  113. "default": "mdi:led-on",
  114. "state": {
  115. "off": "mdi:led-off"
  116. }
  117. },
  118. "laser": {
  119. "default": "mdi:laser-pointer"
  120. },
  121. "logs": {
  122. "default": "mdi:campfire"
  123. },
  124. "nightlight": {
  125. "default": "mdi:lightbulb-night"
  126. }
  127. },
  128. "lock": {
  129. "child_lock": {
  130. "default": "mdi:hand-back-right",
  131. "state": {
  132. "on": "mdi:hand-back-right-off"
  133. }
  134. }
  135. },
  136. "number": {
  137. "timer": {
  138. "default": "mdi:timer"
  139. },
  140. "timer_x": {
  141. "default": "mdi:timer"
  142. }
  143. },
  144. "select": {
  145. "initial_state": {
  146. "default": "mdi:toggle-switch"
  147. },
  148. "language": {
  149. "default": "mdi:translate"
  150. },
  151. "mopping": {
  152. "default": "mdi:water"
  153. },
  154. "recipe": {
  155. "default": "mdi:nutrition",
  156. "state": {
  157. "pizza": "mdi:pizza",
  158. "fries": "mdi:french-fries",
  159. "chicken": "mdi:food-turkey",
  160. "shrimp": "mdi:sausage",
  161. "fish": "mdi:food-fish",
  162. "chicken_drumsticks": "mdi:food-drumstick",
  163. "chicken_wings": "mdi:food-drumstick",
  164. "vegetables": "mdi:leek",
  165. "desserts": "mdi:cupcake",
  166. "steak": "mdi:food-steak",
  167. "onion_rings": "mdi:bullseye",
  168. "bacon": "mdi:food-steak",
  169. "cake": "mdi:cake-variant",
  170. "bread": "mdi:baguette",
  171. "toast": "mdi:bread-slice",
  172. "custom": "mdi:food-fork-drink",
  173. "cloud_recipe": "mdi:cloud-print",
  174. "keep_warm": "mdi:heat-wave",
  175. "preheat": "mdi:fire"
  176. }
  177. },
  178. "scene": {
  179. "default": "mdi:palette",
  180. "state": {
  181. "relax": "mdi:meditation",
  182. "movie": "mdi:filmstrip",
  183. "party": "mdi:party-popper",
  184. "romantic": "mdi:heart",
  185. "night": "mdi:weather-night",
  186. "morning": "mdi:weather-sunny",
  187. "working": "mdi:briefcase",
  188. "leisure": "mdi:airballoon",
  189. "vacation": "mdi:beach",
  190. "reading": "mdi:book-open",
  191. "twinkle": "mdi:shimmer",
  192. "gaming": "mdi:gamepad-variant"
  193. }
  194. },
  195. "timer": {
  196. "default": "mdi:timer"
  197. },
  198. "temperature_unit": {
  199. "default": "mdi:temperature-celsius",
  200. "state": {
  201. "fahrenheit": "mdi:temperature-fahrenheit"
  202. }
  203. }
  204. },
  205. "sensor": {
  206. "air_quality": {
  207. "default": "mdi:weather-dust",
  208. "state": {
  209. "excellent": "mdi:emoticon-excited",
  210. "good": "mdi:emoticon-happy",
  211. "moderate": "mdi:emoticon-neutral",
  212. "poor": "mdi:emoticon-sad",
  213. "severe": "mdi:emoticon-dead"
  214. }
  215. },
  216. "cooking_status": {
  217. "default": "mdi:information-variant-circle"
  218. },
  219. "water_level": {
  220. "default": "mdi:gauge",
  221. "state": {
  222. "empty": "mdi:gauge-empty",
  223. "low": "mdi:gauge-low",
  224. "full": "mdi:gauge-full"
  225. }
  226. },
  227. "status": {
  228. "default": "mdi:information-variant-circle",
  229. "state": {
  230. "available": "mdi:check-circle",
  231. "plugged_in": "mdi:ev-plug-type2",
  232. "fault_unplugged": "mdi:alert-circle",
  233. "charging": "mdi:ev-station",
  234. "waiting": "mdi:timer-sand",
  235. "charged": "mdi:battery-charging-100",
  236. "fault": "mdi:alert-circle",
  237. "paused": "mdi:pause-circle",
  238. "waiting_for_authorization": "mdi:credit-card-clock-outline",
  239. "standby": "mdi:power-standby",
  240. "heating": "mdi:fire",
  241. "cooling": "mdi:snowflake",
  242. "keeping_warm": "mdi:heat-wave",
  243. "no_water": "mdi:water-off",
  244. "boiling": "mdi:kettle-steam",
  245. "reserve_only": "mdi:car-coolant-level",
  246. "idle": "mdi:power-sleep",
  247. "auto": "mdi:auto-mode",
  248. "manual": "mdi:hand",
  249. "rain_delay": "mdi:weather-rainy",
  250. "off": "mdi:power-off",
  251. "cooking": "mdi:toaster-oven",
  252. "done": "mdi:check-circle",
  253. "door_open": "mdi:door-open",
  254. "setting": "mdi:cogs",
  255. "pre_heating": "mdi:fire",
  256. "scheduled": "mdi:calendar-clock",
  257. "at_temperature": "mdi:thermometer",
  258. "done_stage_1": "mdi:numeric-1-box",
  259. "done_stage_2": "mdi:numeric-2-box-multiple",
  260. "done_stage_3": "mdi:numeric-3-box-multiple",
  261. "done_stage_4": "mdi:numeric-4-box-multiple",
  262. "done_stage_5": "mdi:numeric-5-box-multiple",
  263. "done_stage_6": "mdi:numeric-6-box-multiple",
  264. "done_stage_7": "mdi:numeric-7-box-multiple",
  265. "done_stage_8": "mdi:numeric-8-box-multiple",
  266. "done_stage_9": "mdi:numeric-9-box-multiple",
  267. "done_stage_10": "mdi:numeric-10-box-multiple",
  268. "no_food": "mdi:food-off",
  269. "jammed": "mdi:alert-circle",
  270. "blocked": "mdi:alert-circle",
  271. "feeding": "mdi:food",
  272. "feeding_complete": "mdi:check-circle",
  273. "caking": "mdi:biohazard",
  274. "cleaning": "mdi:spray-bottle",
  275. "sleep": "mdi:sleep",
  276. "sterilizing": "mdi:sun-wireless",
  277. "deodorizing": "mdi:spray",
  278. "occupied": "mdi:toilet",
  279. "warning": "mdi:alert-circle"
  280. }
  281. },
  282. "time_remaining": {
  283. "default": "mdi:timer"
  284. },
  285. "energy_consumed": {
  286. "default": "mdi:flash"
  287. },
  288. "energy_produced": {
  289. "default": "mdi:solar-power"
  290. },
  291. "energy_consumed_x": {
  292. "default": "mdi:flash"
  293. },
  294. "energy_produced_x": {
  295. "default": "mdi:solar-power"
  296. }
  297. },
  298. "switch": {
  299. "anti_frost": {
  300. "default": "mdi:snowflake-melt"
  301. },
  302. "evaporator_cleaning": {
  303. "default": "mdi:shimmer"
  304. },
  305. "ionizer": {
  306. "default": "mdi:creation"
  307. },
  308. "keytone": {
  309. "default": "mdi:bell-ring"
  310. },
  311. "sleep": {
  312. "default": "mdi:power-sleep"
  313. },
  314. "uv_sterilization": {
  315. "default": "mdi:sun-wireless"
  316. },
  317. "electrolytic_sterilization": {
  318. "default": "mdi:flash"
  319. }
  320. },
  321. "text": {
  322. "scene": {
  323. "default": "mdi:palette"
  324. }
  325. }
  326. }
  327. }