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:
Joram 2024-08-21 13:37:43 +02:00 committed by GitHub
parent 316a57864a
commit fa5f47127c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,8 +243,8 @@
"power": {
"name": "Power",
"state": {
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"presence": {