From 17397d7d4ba389027e339c8844430f5797593246 Mon Sep 17 00:00:00 2001 From: SukramJ Date: Tue, 25 Feb 2020 03:25:59 +0100 Subject: [PATCH] Precise usage of HMIPC services. (#12168) * Precise usage of HMIPC services. * fix * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/homematicip_cloud.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/homematicip_cloud.markdown b/source/_integrations/homematicip_cloud.markdown index 3590b5e1b054..f021a0c25195 100644 --- a/source/_integrations/homematicip_cloud.markdown +++ b/source/_integrations/homematicip_cloud.markdown @@ -184,12 +184,15 @@ Afterward, this device can be implemented into Home Assistant. ## Services +Executable by all users: - `homematicip_cloud.activate_eco_mode_with_duration`: Activate eco mode with duration. - `homematicip_cloud.activate_eco_mode_with_period`: Activate eco mode with period. - `homematicip_cloud.activate_vacation`: Activates the vacation mode until the given time. - `homematicip_cloud.deactivate_eco_mode`: Deactivates the eco mode immediately. - `homematicip_cloud.deactivate_vacation`: Deactivates the vacation mode immediately. - `homematicip_cloud.set_active_climate_profile`: Set the active climate profile index. + +Executable by administrators or within the context of an automation: - `homematicip_cloud.dump_hap_config`: Dump the configuration of the Homematic IP Access Point(s). - `homematicip_cloud.reset_energy_counter`: Reset energy counter of measuring actuators.