Replace "Home" and "Away" in `drop_connect` with common strings (#141864)

pull/141869/head
Norbert Rittel 2025-03-30 22:30:08 +02:00 committed by GitHub
parent 0d511c697c
commit 936b0b32ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
"protect_mode": {
"name": "Protect mode",
"state": {
"away": "Away",
"home": "Home",
"away": "[%key:common::state::not_home%]",
"home": "[%key:common::state::home%]",
"schedule": "Schedule"
}
}