1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/philips_js/icons.json
2025-10-28 10:33:10 +01:00

26 lines
475 B
JSON

{
"entity": {
"binary_sensor": {
"recording_new": {
"default": "mdi:new-box"
},
"recording_ongoing": {
"default": "mdi:record-rec"
}
},
"light": {
"ambilight": {
"default": "mdi:television-ambient-light"
}
},
"switch": {
"ambilight_hue": {
"default": "mdi:television-ambient-light"
},
"screen_state": {
"default": "mdi:television-shimmer"
}
}
}
}