Skip to content
Snippets Groups Projects
Unverified Commit 07a93dad authored by Paul Bottein's avatar Paul Bottein Committed by GitHub
Browse files

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

parent 9dc04cb0
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,18 @@ ...@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment