From b6d56d38ba776acd4d751ebb1b87473284ba540a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 28 Feb 2024 16:30:20 +0100 Subject: [PATCH] Add icon translations to Homematic IP Cloud (#111723) --- .../components/homematicip_cloud/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homeassistant/components/homematicip_cloud/icons.json 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" + } +}