mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Replace "Home" and "Away" in reolink with common strings (#141869)
This commit is contained in:
@@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user