mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
||||
"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…
x
Reference in New Issue
Block a user