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

pull/141760/head^2
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
1 changed files with 2 additions and 0 deletions

View File

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