mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Use common key for away mode state translations (#99425)
This commit is contained in:
parent
38270ee823
commit
ac0565e3bc
@ -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…
x
Reference in New Issue
Block a user