Use common key for away mode state translations (#99425)
This commit is contained in:
parent
38270ee823
commit
ac0565e3bc
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
"away_mode": {
|
||||
"name": "Away mode",
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"on": "On"
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue