Add missing translations for power binary sensor device class (#97084)
This commit is contained in:
parent
33f2453f33
commit
995c4d8ac1
1 changed files with 7 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue