diff --git a/homeassistant/components/homematicip_cloud/icons.json b/homeassistant/components/homematicip_cloud/icons.json new file mode 100644 index 00000000000..2e9f6158c35 --- /dev/null +++ b/homeassistant/components/homematicip_cloud/icons.json @@ -0,0 +1,12 @@ +{ + "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" + } +}