mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
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:
parent
c946664927
commit
7c94a77b42
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user