mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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": {
|
||||
"checking": "Checking",
|
||||
"closed": "[%key:common::state::closed%]",
|
||||
"closing": "Closing",
|
||||
"closing": "[%key:common::state::closing%]",
|
||||
"failure": "Failure",
|
||||
"opened": "Opened",
|
||||
"opening": "Opening"
|
||||
"opening": "[%key:common::state::opening%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user