mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +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": {
|
"away_mode": {
|
||||||
"name": "Away mode",
|
"name": "Away mode",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "On"
|
"on": "[%key:common::state::on%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user