Replace "Home" and "Away" in reolink with common strings (#141869)

This commit is contained in:
Norbert Rittel 2025-03-30 22:44:48 +02:00 committed by GitHub
parent f046456445
commit 6c3e85fd5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -842,8 +842,8 @@
"state": {
"off": "[%key:common::state::off%]",
"disarm": "Disarmed",
"home": "Home",
"away": "Away"
"home": "[%key:common::state::home%]",
"away": "[%key:common::state::not_home%]"
}
}
},