Replace "Open" with common state in comelit (#141949)

This commit is contained in:
Norbert Rittel 2025-03-31 22:02:22 +02:00 committed by GitHub
parent b3379e1921
commit 4a4458ec5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,9 +42,9 @@
"sensor": {
"zone_status": {
"state": {
"open": "[%key:common::state::open%]",
"alarm": "Alarm",
"armed": "Armed",
"open": "Open",
"excluded": "Excluded",
"faulty": "Faulty",
"inhibited": "Inhibited",