Add option-icons for Plugwise Select (#109986)

This commit is contained in:
Bouwe Westerdijk 2024-02-08 20:19:23 +01:00 committed by GitHub
parent 23fa9103d7
commit 326c7c0495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,16 +64,38 @@
},
"select": {
"dhw_mode": {
"default": "mdi:shower"
"default": "mdi:shower",
"state": {
"comfort": "mdi:sofa",
"eco": "mdi:leaf",
"off": "mdi:circle-off-outline",
"boost": "mdi:rocket-launch",
"auto": "mdi:auto-mode"
}
},
"gateway_mode": {
"default": "mdi:cog-outline"
"default": "mdi:cog-outline",
"state": {
"away": "mdi:pause",
"full": "mdi:home",
"vacation": "mdi:beach"
}
},
"regulation_mode": {
"default": "mdi:hvac"
"default": "mdi:hvac",
"state": {
"bleeding_hot": "mdi:fire-circle",
"bleeding_cold": "mdi:water-circle",
"off": "mdi:circle-off-outline",
"heating": "mdi:radiator",
"cooling": "mdi:snowflake"
}
},
"select_schedule": {
"default": "mdi:calendar-clock"
"default": "mdi:calendar-clock",
"state": {
"off": "mdi:circle-off-outline"
}
}
},
"sensor": {