mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add translations for switch state by device class (#139693)
This commit is contained in:
parent
9dc04cb088
commit
07a93dade2
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user