mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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"
|
"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": {
|
"presence": {
|
||||||
"name": "Presence",
|
"name": "Presence",
|
||||||
"state": {
|
"state": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user