hass-core/homeassistant/components/homematicip_cloud/icons.json
Barry vd. Heuvel 81faf1b582
Add homematicip_cloud service set cooling home (#121943)
* [homematicip_cloud] Add service to set cooling mode

* Create seperate test for cooling

* Rename service to set_home_cooling_mode

* Raise exception when accesspoint not found
2024-08-12 14:01:12 +02:00

13 lines
444 B
JSON

{
"services": {
"activate_eco_mode_with_duration": "mdi:leaf",
"activate_eco_mode_with_period": "mdi:leaf",
"activate_vacation": "mdi:compass",
"deactivate_eco_mode": "mdi:leaf-off",
"deactivate_vacation": "mdi:compass-off",
"set_active_climate_profile": "mdi:home-thermometer",
"dump_hap_config": "mdi:database-export",
"reset_energy_counter": "mdi:reload",
"set_home_cooling_mode": "mdi:snowflake"
}
}