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