forked from home-assistant/core
Fix state name for binary_sensor Power from clear/detected to on/off (#116994)
Fixed state name for binary_sensor Power from clear/detected to on/off
This commit is contained in:
@@ -243,8 +243,8 @@
|
|||||||
"power": {
|
"power": {
|
||||||
"name": "Power",
|
"name": "Power",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
|
"on": "[%key:common::state::on%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"presence": {
|
"presence": {
|
||||||
|
Reference in New Issue
Block a user