mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add default string and icon for light effect off (#141567)
This commit is contained in:
parent
e795fb9497
commit
5c8e415a76
@ -1,7 +1,15 @@
|
|||||||
{
|
{
|
||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"default": "mdi:lightbulb"
|
"default": "mdi:lightbulb",
|
||||||
|
"state_attributes": {
|
||||||
|
"effect": {
|
||||||
|
"default": "mdi:circle-medium",
|
||||||
|
"state": {
|
||||||
|
"off": "mdi:star-off"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
@ -93,7 +93,10 @@
|
|||||||
"name": "Color temperature (Kelvin)"
|
"name": "Color temperature (Kelvin)"
|
||||||
},
|
},
|
||||||
"effect": {
|
"effect": {
|
||||||
"name": "Effect"
|
"name": "Effect",
|
||||||
|
"state": {
|
||||||
|
"off": "[%key:common::state::off%]"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"effect_list": {
|
"effect_list": {
|
||||||
"name": "Available effects"
|
"name": "Available effects"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user