Use common key for away mode state translations (#99425)

This commit is contained in:
Paul Bottein 2023-09-01 15:58:01 +02:00 committed by Bram Kragten
parent a95691f306
commit 469a72a5f9

View File

@ -21,8 +21,8 @@
"away_mode": {
"name": "Away mode",
"state": {
"off": "Off",
"on": "On"
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
}