Add reset_energy_counter service to Homematic IP Cloud (#11553)

* Add reset_energy_counter service to Homematic IP Cloud

* Add service description to overview
This commit is contained in:
SukramJ 2020-01-07 17:03:17 +01:00 committed by Franck Nijhof
parent c946664927
commit 7c94a77b42

View File

@ -172,6 +172,7 @@ Within this delay the device registration should be completed in the App, otherw
- `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).
- `homematicip_cloud.reset_energy_counter`: Reset energy counter of measuring actuators.
### Service Examples
@ -256,6 +257,16 @@ action:
anonymize: True
```
Reset energy counter of measuring actuators.
```yaml
...
action:
service: homematicip_cloud.reset_energy_counter
data:
entity_id: switch.livingroom
```
## Additional info