icons.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. "timer": {
  171. "default": "mdi:timer"
  172. },
  173. "temperature_unit": {
  174. "default": "mdi:temperature-celsius",
  175. "state": {
  176. "fahrenheit": "mdi:temperature-fahrenheit"
  177. }
  178. }
  179. },
  180. "sensor": {
  181. "air_quality": {
  182. "default": "mdi:weather-dust",
  183. "state": {
  184. "excellent": "mdi:emoticon-excited",
  185. "good": "mdi:emoticon-happy",
  186. "moderate": "mdi:emoticon-neutral",
  187. "poor": "mdi:emoticon-sad",
  188. "severe": "mdi:emoticon-dead"
  189. }
  190. },
  191. "cooking_status": {
  192. "default": "mdi:information-variant-circle"
  193. },
  194. "water_level": {
  195. "default": "mdi:gauge",
  196. "state": {
  197. "empty": "mdi:gauge-empty",
  198. "low": "mdi:gauge-low",
  199. "full": "mdi:gauge-full"
  200. }
  201. },
  202. "status": {
  203. "default": "mdi:information-variant-circle",
  204. "state": {
  205. "available": "mdi:check-circle",
  206. "plugged_in": "mdi:ev-plug-type2",
  207. "fault_unplugged": "mdi:alert-circle",
  208. "charging": "mdi:ev-station",
  209. "waiting": "mdi:timer-sand",
  210. "charged": "mdi:battery-charging-100",
  211. "fault": "mdi:alert-circle",
  212. "paused": "mdi:pause-circle",
  213. "waiting_for_authorization": "mdi:credit-card-clock-outline",
  214. "standby": "mdi:power-standby",
  215. "heating": "mdi:fire",
  216. "cooling": "mdi:snowflake",
  217. "keeping_warm": "mdi:heat-wave",
  218. "no_water": "mdi:water-off",
  219. "boiling": "mdi:kettle-steam",
  220. "reserve_only": "mdi:car-coolant-level",
  221. "idle": "mdi:power-sleep",
  222. "auto": "mdi:auto-mode",
  223. "manual": "mdi:hand",
  224. "rain_delay": "mdi:weather-rainy",
  225. "off": "mdi:power-off",
  226. "cooking": "mdi:toaster-oven",
  227. "done": "mdi:check-circle",
  228. "door_open": "mdi:door-open",
  229. "setting": "mdi:cogs",
  230. "pre_heating": "mdi:fire",
  231. "scheduled": "mdi:calendar-clock",
  232. "at_temperature": "mdi:thermometer",
  233. "done_stage_1": "mdi:numeric-1-box",
  234. "done_stage_2": "mdi:numeric-2-box-multiple",
  235. "done_stage_3": "mdi:numeric-3-box-multiple",
  236. "done_stage_4": "mdi:numeric-4-box-multiple",
  237. "done_stage_5": "mdi:numeric-5-box-multiple",
  238. "done_stage_6": "mdi:numeric-6-box-multiple",
  239. "done_stage_7": "mdi:numeric-7-box-multiple",
  240. "done_stage_8": "mdi:numeric-8-box-multiple",
  241. "done_stage_9": "mdi:numeric-9-box-multiple",
  242. "done_stage_10": "mdi:numeric-10-box-multiple",
  243. "no_food": "mdi:food-off",
  244. "jammed": "mdi:alert-circle",
  245. "blocked": "mdi:alert-circle",
  246. "feeding": "mdi:food",
  247. "feeding_complete": "mdi:check-circle",
  248. "caking": "mdi:biohazard",
  249. "cleaning": "mdi:spray-bottle",
  250. "sleep": "mdi:sleep",
  251. "sterilizing": "mdi:sun-wireless",
  252. "deodorizing": "mdi:spray",
  253. "occupied": "mdi:toilet",
  254. "warning": "mdi:alert-circle"
  255. }
  256. },
  257. "time_remaining": {
  258. "default": "mdi:timer"
  259. },
  260. "energy_consumed": {
  261. "default": "mdi:flash"
  262. },
  263. "energy_produced": {
  264. "default": "mdi:solar-power"
  265. },
  266. "energy_consumed_x": {
  267. "default": "mdi:flash"
  268. },
  269. "energy_produced_x": {
  270. "default": "mdi:solar-power"
  271. }
  272. },
  273. "switch": {
  274. "anti_frost": {
  275. "default": "mdi:snowflake-melt"
  276. },
  277. "evaporator_cleaning": {
  278. "default": "mdi:shimmer"
  279. },
  280. "ionizer": {
  281. "default": "mdi:creation"
  282. },
  283. "keytone": {
  284. "default": "mdi:bell-ring"
  285. },
  286. "sleep": {
  287. "default": "mdi:power-sleep"
  288. },
  289. "uv_sterilization": {
  290. "default": "mdi:sun-wireless"
  291. },
  292. "electrolytic_sterilization": {
  293. "default": "mdi:flash"
  294. }
  295. }
  296. }
  297. }