Add missing icons to Cozytouch preset modes in Overkiz (#143364)

Add missing to cozytouch preset modes
This commit is contained in:
Adrien Cognee 2025-04-20 21:18:47 +02:00 committed by GitHub
parent 2d30ae2bd9
commit 931161b007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,20 @@
{
"entity": {
"climate": {
"overkiz": {
"state_attributes": {
"preset_mode": {
"state": {
"auto": "mdi:thermostat-auto",
"comfort-1": "mdi:thermometer",
"comfort-2": "mdi:thermometer-low",
"frost_protection": "mdi:snowflake",
"prog": "mdi:clock-outline",
"external": "mdi:remote"
}
}
}
}
}
}
}