1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 14:56:25 +01:00
Files
core/homeassistant/components/smlight/icons.json
T
2026-05-19 23:24:49 +02:00

43 lines
810 B
JSON

{
"entity": {
"button": {
"reconnect_zigbee_router": {
"default": "mdi:connection"
},
"zigbee_flash_mode": {
"default": "mdi:memory-arrow-down"
}
},
"sensor": {
"device_mode": {
"default": "mdi:connection"
},
"firmware_channel": {
"default": "mdi:update"
},
"zigbee_type": {
"default": "mdi:zigbee"
}
},
"switch": {
"auto_zigbee_update": {
"default": "mdi:autorenew"
},
"disable_led": {
"default": "mdi:led-off"
},
"night_mode": {
"default": "mdi:lightbulb-night"
},
"vpn_enabled": {
"default": "mdi:shield-lock"
}
}
},
"services": {
"play_rtttl": {
"service": "mdi:music-note"
}
}
}