Replace "Home" and "Away" in `vallox` with common strings (#141870)
parent
6c3e85fd5e
commit
5057343b6a
|
@ -152,8 +152,8 @@
|
|||
"selector": {
|
||||
"profile": {
|
||||
"options": {
|
||||
"home": "Home",
|
||||
"away": "Away",
|
||||
"home": "[%key:common::state::home%]",
|
||||
"away": "[%key:common::state::not_home%]",
|
||||
"boost": "Boost",
|
||||
"fireplace": "Fireplace",
|
||||
"extra": "Extra"
|
||||
|
|
Loading…
Reference in New Issue