Replace "Opening" / "Closing" with common states in shelly (#141767)

This commit is contained in:
Norbert Rittel 2025-03-29 22:48:28 +01:00 committed by GitHub
parent a219445751
commit a6c1f1e485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}
}