mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Replace "Home" and "Away" in drop_connect
with common strings (#141864)
This commit is contained in:
parent
0d511c697c
commit
936b0b32ed
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user