diff --git a/source/_integrations/homematicip_cloud.markdown b/source/_integrations/homematicip_cloud.markdown index 800d3e9f9a1..f11252f64db 100644 --- a/source/_integrations/homematicip_cloud.markdown +++ b/source/_integrations/homematicip_cloud.markdown @@ -160,6 +160,7 @@ Within this delay the device registration should be completed in the App, otherw - `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. +- `homematicip_cloud.dump_hap_config`: Dump the configuration of the Homematic IP Access Point(s). ### Service Examples @@ -234,6 +235,16 @@ action: climate_profile_index: 1 ``` +Dump the configuration of the Homematic IP Access Point(s). + +```yaml +... +action: + service: homematicip_cloud.dump_hap_config + data: + anonymize: True +``` + ## Additional info