Add common states for "Opening" and "Closing" (#141747)

This commit is contained in:
Norbert Rittel 2025-03-29 19:19:30 +01:00 committed by GitHub
parent 43b83c855f
commit 1800e6fb8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,6 +120,7 @@
"active": "Active", "active": "Active",
"charging": "Charging", "charging": "Charging",
"closed": "Closed", "closed": "Closed",
"closing": "Closing",
"connected": "Connected", "connected": "Connected",
"disabled": "Disabled", "disabled": "Disabled",
"discharging": "Discharging", "discharging": "Discharging",
@ -133,6 +134,7 @@
"off": "Off", "off": "Off",
"on": "On", "on": "On",
"open": "Open", "open": "Open",
"opening": "Opening",
"paused": "Paused", "paused": "Paused",
"standby": "Standby", "standby": "Standby",
"stopped": "Stopped", "stopped": "Stopped",