[homematicip_cloud] Add set_home_cooling_mode service (#33753)

* [homematicip_cloud] Add set_cooling service

Add documentation for set_cooling, refs https://github.com/home-assistant/core/pull/121943

* Update source/_integrations/homematicip_cloud.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update homematicip_cloud.markdown

* Rename to set_home_cooling_mode

* Update homematicip_cloud.markdown

* Update source/_integrations/homematicip_cloud.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Barry vd. Heuvel 2024-08-12 14:02:26 +02:00 committed by GitHub
parent c0ab396e79
commit 393108b033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,6 +219,7 @@ Executable by all users:
- `homematicip_cloud.deactivate_eco_mode`: Deactivates the eco mode immediately. - `homematicip_cloud.deactivate_eco_mode`: Deactivates the eco mode immediately.
- `homematicip_cloud.deactivate_vacation`: Deactivates the vacation 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.set_active_climate_profile`: Set the active climate profile index.
- `homematicip_cloud.set_home_cooling_mode`: Enable or disable cooling for the home.
Executable by administrators or within the context of an automation: Executable by administrators or within the context of an automation:
- `homematicip_cloud.dump_hap_config`: Dump the configuration of the Homematic IP Access Point(s). - `homematicip_cloud.dump_hap_config`: Dump the configuration of the Homematic IP Access Point(s).
@ -318,6 +319,16 @@ action:
entity_id: switch.livingroom entity_id: switch.livingroom
``` ```
Enable (or disable) Cooling mode for the entire home. Disabling Cooling mode will revert to Heating.
```yaml
...
action:
action: homematicip_cloud.set_home_cooling_mode
data:
cooling: True
accesspoint_id: 3014xxxxxxxxxxxxxxxxxxxx
```
## Additional info ## Additional info