Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/_integrations/homematicip_cloud.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down