mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Replace "Home" and "Away" in reolink with common strings (#141869)
This commit is contained in:
parent
f046456445
commit
6c3e85fd5e
@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user