mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
[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:
parent
c0ab396e79
commit
393108b033
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user