Replace "Opening" / "Closing" with common states in homee (#141766)

This commit is contained in:
Norbert Rittel 2025-03-30 08:42:28 +02:00 committed by GitHub
parent 9f2232fad1
commit 92034aeecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,8 +297,8 @@
"open": "[%key:common::state::open%]", "open": "[%key:common::state::open%]",
"closed": "[%key:common::state::closed%]", "closed": "[%key:common::state::closed%]",
"partial": "Partially open", "partial": "Partially open",
"opening": "Opening", "opening": "[%key:common::state::opening%]",
"closing": "Closing" "closing": "[%key:common::state::closing%]"
} }
}, },
"uv": { "uv": {