Skip to content

Commit

Permalink
Fix state name for binary_sensor Power from clear/detected to on/off (#…
Browse files Browse the repository at this point in the history
…116994)

Fixed state name for binary_sensor Power from clear/detected to on/off
  • Loading branch information
JoramQ authored Aug 21, 2024
1 parent 316a578 commit fa5f471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/binary_sensor/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fa5f471

Please sign in to comment.