Fix state icon for closed valve entities (#123190)

This commit is contained in:
Marius 2024-08-05 17:17:46 +02:00 committed by GitHub
parent b223931ac0
commit 94542d42fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
"_": {
"default": "mdi:valve-open",
"state": {
"off": "mdi:valve-closed"
"closed": "mdi:valve-closed"
}
},
"gas": {
@ -12,7 +12,7 @@
"water": {
"default": "mdi:valve-open",
"state": {
"off": "mdi:valve-closed"
"closed": "mdi:valve-closed"
}
}
},