mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add missing translations for power binary sensor device class (#97084)
This commit is contained in:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user