icons.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  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. "cold_water": {
  46. "default": "mdi:snowflake",
  47. "state": {
  48. "off": "mdi:snowflake-off"
  49. }
  50. },
  51. "heater": {
  52. "default": "mdi:radiator",
  53. "state": {
  54. "off": "mdi:radiator-off"
  55. }
  56. },
  57. "swing_as_powerlevel": {
  58. "default": "mdi:radiator",
  59. "state": {
  60. "off": "mdi:radiator-off"
  61. }
  62. },
  63. "oven": {
  64. "default": "mdi:stove"
  65. },
  66. "pool_heatpump": {
  67. "default": "mdi:pool",
  68. "state": {
  69. "heat": "mdi:hot-tub",
  70. "cool": "mdi:snowflake"
  71. }
  72. }
  73. },
  74. "fan": {
  75. "aroma_diffuser": {
  76. "default": "mdi:scent",
  77. "state": {
  78. "off": "mdi:scent-off"
  79. },
  80. "state_attributes": {
  81. "preset_mode": {
  82. "state": {
  83. "low": "mdi:signal-cellular-1",
  84. "medium": "mdi:signal-cellular-2",
  85. "high": "mdi:signal-cellular-3",
  86. "continuous": "mdi:clock-start",
  87. "intermittent": "mdi:timer-settings-outline",
  88. "timer": "mdi:timer"
  89. }
  90. }
  91. }
  92. },
  93. "fan_with_presets": {
  94. "state_attributes": {
  95. "preset_mode": {
  96. "state": {
  97. "baby": "mdi:baby-carriage",
  98. "fresh": "mdi:weather-windy",
  99. "nature": "mdi:palm-tree",
  100. "normal": "mdi:fan",
  101. "sleep": "mdi:sleep",
  102. "smart": "mdi:auto-mode",
  103. "strong": "mdi:weather-hurricane",
  104. "displayoff": "mdi:monitor-off",
  105. "off": "mdi:fan-off"
  106. }
  107. }
  108. }
  109. }
  110. },
  111. "light": {
  112. "backlight": {
  113. "default": "mdi:television-ambient-light"
  114. },
  115. "display": {
  116. "default": "mdi:clock-digital"
  117. },
  118. "embers": {
  119. "default": "mdi:campfire"
  120. },
  121. "flame": {
  122. "default": "mdi:fire"
  123. },
  124. "indicator": {
  125. "default": "mdi:led-on",
  126. "state": {
  127. "off": "mdi:led-off"
  128. }
  129. },
  130. "laser": {
  131. "default": "mdi:laser-pointer"
  132. },
  133. "logs": {
  134. "default": "mdi:campfire"
  135. },
  136. "nightlight": {
  137. "default": "mdi:lightbulb-night"
  138. }
  139. },
  140. "lock": {
  141. "child_lock": {
  142. "default": "mdi:hand-back-right",
  143. "state": {
  144. "on": "mdi:hand-back-right-off"
  145. }
  146. }
  147. },
  148. "number": {
  149. "manual_feed": {
  150. "default": "mdi:food-drumstick"
  151. },
  152. "maximum_temperature": {
  153. "default": "mdi:thermometer-chevron-up"
  154. },
  155. "minimum_temperature": {
  156. "default": "mdi:thermometer-chevron-down"
  157. },
  158. "sensor_threshold": {
  159. "default": "mdi:arrow-collapse-up"
  160. },
  161. "temperature_calibration": {
  162. "default": "mdi:thermometer-check"
  163. },
  164. "timer": {
  165. "default": "mdi:timer",
  166. "range": {
  167. "0": "mdi:timer-cancel",
  168. "1": "mdi:timer"
  169. }
  170. },
  171. "timer_x": {
  172. "default": "mdi:timer",
  173. "range": {
  174. "0": "mdi:timer-cancel",
  175. "1": "mdi:timer"
  176. }
  177. },
  178. "volume": {
  179. "default": "mdi:volume-high",
  180. "range": {
  181. "0": "mdi:volume-mute",
  182. "1": "mdi:volume-low",
  183. "34": "mdi:volume-medium",
  184. "67": "mdi:volume-high"
  185. }
  186. }
  187. },
  188. "select": {
  189. "currency": {
  190. "default": "mdi:cash",
  191. "state": {
  192. "usd": "mdi:currency-usd",
  193. "eur": "mdi:currency-eur",
  194. "cny": "mdi:currency-cny",
  195. "cad": "mdi:currency-usd",
  196. "gbp": "mdi:currency-gbp"
  197. }
  198. },
  199. "heat_pump_mode": {
  200. "default": "mdi:heat-pump",
  201. "state": {
  202. "heat": "mdi:fire",
  203. "cool": "mdi:snowflake",
  204. "auto": "mdi:auto-mode",
  205. "hotwater": "mdi:water-boiler",
  206. "hotwater_heat": "mdi:fire-circle",
  207. "hotwater_cool": "mdi:snowflake-melt",
  208. "hotwater_auto": "mdi:water-boiler"
  209. }
  210. },
  211. "initial_state": {
  212. "default": "mdi:toggle-switch"
  213. },
  214. "language": {
  215. "default": "mdi:translate"
  216. },
  217. "kettle_mode": {
  218. "default": "mdi:kettle",
  219. "state": {
  220. "keep_warm": "mdi:heat-wave",
  221. "boil": "mdi:kettle-steam",
  222. "quick_boil": "mdi:kettle-steam",
  223. "black_tea": "mdi:tea",
  224. "green_tea": "mdi:tea",
  225. "white_tea": "mdi:tea",
  226. "oolong_tea": "mdi:tea",
  227. "coffee": "mdi:coffee",
  228. "infant_formula": "mdi:baby-bottle",
  229. "water": "mdi:water"
  230. }
  231. },
  232. "light_mode": {
  233. "default": "mdi:circle-double"
  234. },
  235. "mopping": {
  236. "default": "mdi:water"
  237. },
  238. "recipe": {
  239. "default": "mdi:nutrition",
  240. "state": {
  241. "pizza": "mdi:pizza",
  242. "fries": "mdi:french-fries",
  243. "chicken": "mdi:food-turkey",
  244. "shrimp": "mdi:sausage",
  245. "fish": "mdi:food-fish",
  246. "chicken_drumsticks": "mdi:food-drumstick",
  247. "chicken_wings": "mdi:food-drumstick",
  248. "vegetables": "mdi:leek",
  249. "desserts": "mdi:cupcake",
  250. "steak": "mdi:food-steak",
  251. "onion_rings": "mdi:bullseye",
  252. "bacon": "mdi:food-steak",
  253. "cake": "mdi:cake-variant",
  254. "bread": "mdi:baguette",
  255. "toast": "mdi:bread-slice",
  256. "custom": "mdi:food-fork-drink",
  257. "cloud_recipe": "mdi:cloud-print",
  258. "keep_warm": "mdi:heat-wave",
  259. "preheat": "mdi:fire"
  260. }
  261. },
  262. "scene": {
  263. "default": "mdi:palette",
  264. "state": {
  265. "relax": "mdi:meditation",
  266. "movie": "mdi:filmstrip",
  267. "party": "mdi:party-popper",
  268. "romantic": "mdi:heart",
  269. "night": "mdi:weather-night",
  270. "morning": "mdi:weather-sunny",
  271. "working": "mdi:briefcase",
  272. "leisure": "mdi:airballoon",
  273. "vacation": "mdi:beach",
  274. "reading": "mdi:book-open",
  275. "twinkle": "mdi:shimmer",
  276. "gaming": "mdi:gamepad-variant"
  277. }
  278. },
  279. "timer": {
  280. "default": "mdi:timer",
  281. "state": {
  282. "cancel": "mdi:timer-cancel"
  283. }
  284. },
  285. "temperature_unit": {
  286. "default": "mdi:temperature-celsius",
  287. "state": {
  288. "fahrenheit": "mdi:temperature-fahrenheit"
  289. }
  290. },
  291. "breaker_trigger_action": {
  292. "default": "mdi:electric-switch-closed",
  293. "state": {
  294. "ignore": "mdi:electric-switch-closed",
  295. "alarm": "mdi:bell-alert",
  296. "trip_breaker": "mdi:electric-switch"
  297. }
  298. },
  299. "mode": {
  300. "default": "mdi:shape",
  301. "state": {
  302. "auto": "mdi:auto-mode",
  303. "manual": "mdi:hand",
  304. "off": "mdi:power-off",
  305. "low": "mdi:signal-cellular-1",
  306. "medium": "mdi:signal-cellular-2",
  307. "high": "mdi:signal-cellular-3",
  308. "rapid_clean": "mdi:broom",
  309. "schedule": "mdi:calendar-clock"
  310. }
  311. },
  312. "activation_mode": {
  313. "default": "mdi:play-circle",
  314. "state": {
  315. "normal": "mdi:play-circle",
  316. "smart": "mdi:auto-mode",
  317. "night": "mdi:weather-night",
  318. "motion": "mdi:run"
  319. }
  320. },
  321. "bidet_mode": {
  322. "default": "mdi:toilet",
  323. "state": {
  324. "normal": "mdi:human-handsdown",
  325. "child": "mdi:human-child",
  326. "dry": "mdi:hair-dryer"
  327. }
  328. },
  329. "curtain_mode": {
  330. "default": "mdi:curtains",
  331. "state": {
  332. "morning": "mdi:weather-sunny",
  333. "night": "mdi:weather-night"
  334. }
  335. },
  336. "chlorination_mode": {
  337. "default": "mdi:chemical-weapon",
  338. "state": {
  339. "inverter": "mdi:chemical-weapon",
  340. "auto_ph": "mdi:ph",
  341. "smart": "mdi:auto-mode",
  342. "manual": "mdi:hand"
  343. }
  344. },
  345. "alarm_mode": {
  346. "default": "mdi:alarm",
  347. "state": {
  348. "sound": "mdi:alarm-bell",
  349. "light": "mdi:alarm-light-outline",
  350. "sound_and_light": "mdi:alarm-light"
  351. }
  352. },
  353. "air_mode": {
  354. "default": "mdi:air-filter",
  355. "state": {
  356. "dehumidify": "mdi:water-percent",
  357. "purify": "mdi:air-filter",
  358. "dehumidify_and_purify": "mdi:air-humidifier"
  359. }
  360. },
  361. "cleaning_mode": {
  362. "default": "mdi:broom",
  363. "state": {
  364. "sweep": "mdi:broom",
  365. "mop": "mdi:brush-outline",
  366. "sweep_and_mop": "mdi:brush"
  367. }
  368. },
  369. "washing_mode": {
  370. "default": "mdi:dishwasher",
  371. "state": {
  372. "fruit": "mdi:apple",
  373. "intensive": "mdi:water-boiler",
  374. "rapid": "mdi:timer-sand",
  375. "eco": "mdi:leaf",
  376. "standard": "mdi:dishwasher",
  377. "neutral": "mdi:water-percent",
  378. "90_minute": "mdi:timer-sand",
  379. "glass": "mdi:glass-fragile",
  380. "auto": "mdi:refresh-auto",
  381. "soak": "mdi:cup-water",
  382. "self_clean": "mdi:broom",
  383. "hygiene": "mdi:shield-check",
  384. "party": "mdi:party-popper",
  385. "baby_care": "mdi:baby-bottle"
  386. }
  387. },
  388. "menu": {
  389. "default": "mdi:menu",
  390. "state": {
  391. "home": "mdi:home-outline",
  392. "mode": "mdi:shape",
  393. "recode": "mdi:history",
  394. "settings": "mdi:cogs"
  395. }
  396. },
  397. "charging_mode": {
  398. "default": "mdi:ev-station",
  399. "state": {
  400. "immediate": "mdi:flash",
  401. "charge_to_percent": "mdi:battery-charging-80",
  402. "fixed_charge": "mdi:ev-station",
  403. "scheduled_charge": "mdi:calendar-clock",
  404. "delayed_charge": "mdi:timer-sand"
  405. }
  406. }
  407. },
  408. "sensor": {
  409. "air_quality": {
  410. "default": "mdi:weather-dust",
  411. "state": {
  412. "excellent": "mdi:emoticon-excited",
  413. "good": "mdi:emoticon-happy",
  414. "moderate": "mdi:emoticon-neutral",
  415. "poor": "mdi:emoticon-sad",
  416. "severe": "mdi:emoticon-sick",
  417. "danger": "mdi:emoticon-dead"
  418. }
  419. },
  420. "cooking_status": {
  421. "default": "mdi:information-variant-circle"
  422. },
  423. "water_level": {
  424. "default": "mdi:gauge",
  425. "state": {
  426. "empty": "mdi:gauge-empty",
  427. "low": "mdi:gauge-low",
  428. "full": "mdi:gauge-full"
  429. }
  430. },
  431. "status": {
  432. "default": "mdi:information-variant-circle",
  433. "state": {
  434. "available": "mdi:check-circle",
  435. "plugged_in": "mdi:ev-plug-type2",
  436. "fault_unplugged": "mdi:alert-circle",
  437. "charging": "mdi:ev-station",
  438. "waiting": "mdi:timer-sand",
  439. "charged": "mdi:battery-charging-100",
  440. "fault": "mdi:alert-circle",
  441. "paused": "mdi:pause-circle",
  442. "waiting_for_authorization": "mdi:credit-card-clock-outline",
  443. "standby": "mdi:power-standby",
  444. "heating": "mdi:fire",
  445. "cooling": "mdi:snowflake",
  446. "keeping_warm": "mdi:heat-wave",
  447. "no_water": "mdi:water-off",
  448. "boiling": "mdi:kettle-steam",
  449. "reserve_only": "mdi:car-coolant-level",
  450. "unknown": "mdi:help-circle",
  451. "idle": "mdi:power-sleep",
  452. "auto": "mdi:auto-mode",
  453. "manual": "mdi:hand",
  454. "rain_delay": "mdi:weather-rainy",
  455. "off": "mdi:power-off",
  456. "on": "mdi:power-on",
  457. "cooking": "mdi:toaster-oven",
  458. "done": "mdi:check-circle",
  459. "door_open": "mdi:door-open",
  460. "setting": "mdi:cogs",
  461. "pre_heating": "mdi:fire",
  462. "scheduled": "mdi:calendar-clock",
  463. "at_temperature": "mdi:thermometer",
  464. "done_stage_1": "mdi:numeric-1-box",
  465. "done_stage_2": "mdi:numeric-2-box-multiple",
  466. "done_stage_3": "mdi:numeric-3-box-multiple",
  467. "done_stage_4": "mdi:numeric-4-box-multiple",
  468. "done_stage_5": "mdi:numeric-5-box-multiple",
  469. "done_stage_6": "mdi:numeric-6-box-multiple",
  470. "done_stage_7": "mdi:numeric-7-box-multiple",
  471. "done_stage_8": "mdi:numeric-8-box-multiple",
  472. "done_stage_9": "mdi:numeric-9-box-multiple",
  473. "done_stage_10": "mdi:numeric-10-box-multiple",
  474. "no_food": "mdi:food-off",
  475. "jammed": "mdi:alert-circle",
  476. "blocked": "mdi:alert-circle",
  477. "feeding": "mdi:food",
  478. "feeding_complete": "mdi:check-circle",
  479. "caking": "mdi:biohazard",
  480. "cleaning": "mdi:spray-bottle",
  481. "sleep": "mdi:sleep",
  482. "sterilizing": "mdi:sun-wireless",
  483. "deodorizing": "mdi:spray",
  484. "occupied": "mdi:toilet",
  485. "normal": "mdi:check-circle",
  486. "low": "mdi:alert-outline",
  487. "high": "mdi:alert",
  488. "unwashed": "mdi:close-circle",
  489. "pre_washing": "mdi:water-polo",
  490. "washing": "mdi:dishwasher",
  491. "rinsing": "mdi:water",
  492. "drying": "mdi:tumble-dryer",
  493. "air_purging": "mdi:air-filter",
  494. "anti-freeze": "mdi:snowflake-melt",
  495. "close": "mdi:close-circle",
  496. "monitor": "mdi:eye-check",
  497. "working": "mdi:hammer-wrench",
  498. "warning": "mdi:alert-circle",
  499. "starting": "mdi:play-circle",
  500. "emptying": "mdi:arrow-down-bold-circle-outline",
  501. "restting": "mdi:restart",
  502. "reverse": "mdi:swap-horizontal",
  503. "full": "mdi:tray-full",
  504. "empty": "mdi:tray",
  505. "missing": "mdi:alert-circle-outline",
  506. "formatting": "mdi:database-refresh",
  507. "unformatted": "mdi:database-alert",
  508. "maintenance_required": "mdi:tools",
  509. "dry": "mdi:hair-dryer",
  510. "comfortable": "mdi:emoticon-happy-outline",
  511. "damp": "mdi:water-percent",
  512. "smoothing": "mdi:iron",
  513. "cleaned": "mdi:silverware-clean",
  514. "cold_water_unavailable": "mdi:water-off",
  515. "drain": "mdi:pipe-valve",
  516. "drain_cold_water": "mdi:pipe-valve",
  517. "drain_hot_water": "mdi:pipe-valve",
  518. "drain_normal_water": "mdi:pipe-valve",
  519. "high_temperature_emptying": "mdi:thermometer-high",
  520. "high_temperature_emptied": "mdi:thermometer-check"
  521. }
  522. },
  523. "time_remaining": {
  524. "default": "mdi:timer",
  525. "state": {
  526. "0": "mdi:timer-stop"
  527. }
  528. },
  529. "energy_consumed": {
  530. "default": "mdi:flash"
  531. },
  532. "energy_produced": {
  533. "default": "mdi:solar-power"
  534. },
  535. "energy_consumed_x": {
  536. "default": "mdi:flash"
  537. },
  538. "energy_produced_x": {
  539. "default": "mdi:solar-power"
  540. }
  541. },
  542. "switch": {
  543. "anti_frost": {
  544. "default": "mdi:snowflake-melt"
  545. },
  546. "auto_clean": {
  547. "default": "mdi:autorenew"
  548. },
  549. "auto_light": {
  550. "default": "mdi:lightbulb-auto",
  551. "state": {
  552. "off": "mdi:lightbulb-off"
  553. }
  554. },
  555. "breaker": {
  556. "default": "mdi:fuse",
  557. "state": {
  558. "on": "mdi:fuse",
  559. "off": "mdi:fuse-off"
  560. }
  561. },
  562. "do_not_disturb": {
  563. "default": "mdi:bell-sleep",
  564. "state": {
  565. "off": "mdi:bell-ring"
  566. }
  567. },
  568. "electrolytic_sterilization": {
  569. "default": "mdi:flash"
  570. },
  571. "evaporator_cleaning": {
  572. "default": "mdi:shimmer"
  573. },
  574. "flip_image": {
  575. "default": "mdi:flip-horizontal"
  576. },
  577. "ionizer": {
  578. "default": "mdi:creation"
  579. },
  580. "keytone": {
  581. "default": "mdi:bell-ring"
  582. },
  583. "sleep": {
  584. "default": "mdi:power-sleep"
  585. },
  586. "uv_sterilization": {
  587. "default": "mdi:sun-wireless"
  588. }
  589. },
  590. "text": {
  591. "scene": {
  592. "default": "mdi:palette"
  593. }
  594. },
  595. "time": {
  596. "timer": {
  597. "default": "mdi:timer"
  598. },
  599. "timer_x": {
  600. "default": "mdi:timer"
  601. }
  602. },
  603. "water_heater": {
  604. "kettle": {
  605. "default": "mdi:kettle",
  606. "state": {
  607. "off": "mdi:kettle-off"
  608. }
  609. }
  610. }
  611. }
  612. }