Add translations for switch state by device class (#139693)
parent
9dc04cb088
commit
07a93dade2
|
@ -25,10 +25,18 @@
|
|||
}
|
||||
},
|
||||
"switch": {
|
||||
"name": "[%key:component::switch::title%]"
|
||||
"name": "[%key:component::switch::title%]",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
}
|
||||
},
|
||||
"outlet": {
|
||||
"name": "Outlet"
|
||||
"name": "Outlet",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
|
Loading…
Reference in New Issue