mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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": {
|
"protect_mode": {
|
||||||
"name": "Protect mode",
|
"name": "Protect mode",
|
||||||
"state": {
|
"state": {
|
||||||
"away": "Away",
|
"away": "[%key:common::state::not_home%]",
|
||||||
"home": "Home",
|
"home": "[%key:common::state::home%]",
|
||||||
"schedule": "Schedule"
|
"schedule": "Schedule"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user