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 GitHub
parent 38270ee823
commit ac0565e3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%]"
}
}
}