mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Add missing translations for power binary sensor device class (#97084)
This commit is contained in:
parent
33f2453f33
commit
995c4d8ac1
@ -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…
x
Reference in New Issue
Block a user