Skip to content

Commit

Permalink
Fixed state name for binary_sensor Power from clear/detected to on/off
Browse files Browse the repository at this point in the history
  • Loading branch information
JoramQ authored and frenck committed Jul 6, 2024
1 parent 8f7c3da commit 59b38bc
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 59b38bc

Please sign in to comment.