hass-core/homeassistant/components/yeelight/icons.json
Joost Lekkerkerker 033dd35655
Add icon translations to Yeelight (#112363)
* Add icon translations to Yeelight

* Add icon translations to Yeelight
2024-03-09 20:48:21 +01:00

19 lines
429 B
JSON

{
"entity": {
"light": {
"nightlight": {
"default": "mdi:weather-night"
}
}
},
"services": {
"set_mode": "mdi:cog",
"set_color_scene": "mdi:palette",
"set_hsv_scene": "mdi:palette",
"set_color_temp_scene": "mdi:palette",
"set_color_flow_scene": "mdi:palette",
"set_auto_delay_off_scene": "mdi:timer",
"start_flow": "mdi:play",
"set_music_mode": "mdi:music"
}
}