mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Replace "Opening" / "Closing" with common states in shelly
(#141767)
This commit is contained in:
parent
a219445751
commit
a6c1f1e485
@ -210,10 +210,10 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"checking": "Checking",
|
"checking": "Checking",
|
||||||
"closed": "[%key:common::state::closed%]",
|
"closed": "[%key:common::state::closed%]",
|
||||||
"closing": "Closing",
|
"closing": "[%key:common::state::closing%]",
|
||||||
"failure": "Failure",
|
"failure": "Failure",
|
||||||
"opened": "Opened",
|
"opened": "Opened",
|
||||||
"opening": "Opening"
|
"opening": "[%key:common::state::opening%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user