icons.json 11 KB

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