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