Add translations for switch state by device class (#139693)

This commit is contained in:
Paul Bottein
2025-03-03 20:24:36 +01:00
committed by GitHub
parent 9dc04cb088
commit 07a93dade2

View File

@@ -25,10 +25,18 @@
} }
}, },
"switch": { "switch": {
"name": "[%key:component::switch::title%]" "name": "[%key:component::switch::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}, },
"outlet": { "outlet": {
"name": "Outlet" "name": "Outlet",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
} }
}, },
"services": { "services": {