mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add dump config service to HomematicIP Cloud (#10999)
This commit is contained in:
parent
0228fc1f87
commit
3615cebb5d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user