mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
41 lines
998 B
JSON
41 lines
998 B
JSON
{
|
|
"entity": {
|
|
"light": {
|
|
"hue_grouped_light": {
|
|
"default": "mdi:lightbulb-group",
|
|
"state": {
|
|
"off": "mdi:lightbulb-group-off"
|
|
}
|
|
},
|
|
"hue_light": {
|
|
"state_attributes": {
|
|
"effect": {
|
|
"state": {
|
|
"candle": "mdi:candle",
|
|
"cosmos": "mdi:star-shooting",
|
|
"enchant": "mdi:magic-staff",
|
|
"fire": "mdi:fire",
|
|
"glisten": "mdi:creation",
|
|
"opal": "mdi:diamond-stone",
|
|
"prism": "mdi:triangle-outline",
|
|
"sparkle": "mdi:shimmer",
|
|
"sunbeam": "mdi:spotlight-beam",
|
|
"sunrise": "mdi:weather-sunset-up",
|
|
"sunset": "mdi:weather-sunset",
|
|
"underwater": "mdi:waves"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"activate_scene": {
|
|
"service": "mdi:palette"
|
|
},
|
|
"hue_activate_scene": {
|
|
"service": "mdi:palette"
|
|
}
|
|
}
|
|
}
|