Add service icons to Climate (#113409)

pull/113462/head
Joost Lekkerkerker 2024-03-14 20:45:21 +01:00 committed by GitHub
parent 1ada10299a
commit 3f2a51bcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -58,6 +58,12 @@
"set_fan_mode": "mdi:fan",
"set_humidity": "mdi:water-percent",
"set_swing_mode": "mdi:arrow-oscillating",
"set_temperature": "mdi:thermometer"
"set_temperature": "mdi:thermometer",
"set_aux_heat": "mdi:radiator",
"set_preset_mode": "mdi:sofa",
"set_hvac_mode": "mdi:hvac",
"turn_on": "mdi:power-on",
"turn_off": "mdi:power-off",
"toggle": "mdi:toggle-switch"
}
}