mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Replace "Opening" / "Closing" with common states in homee
(#141766)
This commit is contained in:
parent
9f2232fad1
commit
92034aeecc
@ -297,8 +297,8 @@
|
|||||||
"open": "[%key:common::state::open%]",
|
"open": "[%key:common::state::open%]",
|
||||||
"closed": "[%key:common::state::closed%]",
|
"closed": "[%key:common::state::closed%]",
|
||||||
"partial": "Partially open",
|
"partial": "Partially open",
|
||||||
"opening": "Opening",
|
"opening": "[%key:common::state::opening%]",
|
||||||
"closing": "Closing"
|
"closing": "[%key:common::state::closing%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uv": {
|
"uv": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user