Add missing translations for power binary sensor device class (#97084)

This commit is contained in:
Franck Nijhof 2023-07-23 14:20:57 +02:00 committed by GitHub
parent 33f2453f33
commit 995c4d8ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,6 +237,13 @@
"on": "Plugged in"
}
},
"power": {
"name": "Power",
"state": {
"off": "[%key:component::binary_sensor::entity_component::gas::state::off%]",
"on": "[%key:component::binary_sensor::entity_component::gas::state::on%]"
}
},
"presence": {
"name": "Presence",
"state": {