Skip to content

Commit

Permalink
added dokumentation for new service set_dhw_circulation_pump_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
CrEaK authored and niklasneesen committed Feb 8, 2025
1 parent 08162e4 commit 89bb580
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/_integrations/vicare.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Number entities are available to adjust values like the predefined temperature f

The following actions of the [climate integration](/integrations/climate/) are provided by the ViCare integration: `set_temperature`, `set_hvac_mode`, `set_preset_mode`

The following actions of the [water_heater integration](/integrations/water_heater/) are provided by the ViCare integration: `set_temperature`
The following actions of the [water_heater integration](/integrations/water_heater/) are provided by the ViCare integration: `set_temperature', ``

### Action `vicare.set_vicare_mode`

Expand All @@ -118,6 +118,15 @@ Set the mode for the climate device as defined by Viessmann (see [set_hvac_mode]
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. To target all entities, use the `all` keyword instead of entity_id. |
| `vicare_mode` | no | New value of ViCare mode. For supported values, see the `vicare_modes` attribute of the climate {% term entity %}. |

### Action `vicare.set_dhw_circulation_pump_schedule`

Set the schedule domestic hot water circulation pump as defined by Viessmann

| Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. To target all entities, use the `all` keyword instead of entity_id. |
| `schedule` | no | New schedule as json-string. Example of json-schema: https://www.postman.com/vimicho/viessmann-api-public/request/hpbagam/set-heating-schedule |

### Action `climate.set_temperature`

Sets the target temperature to the given temperature.
Expand Down

0 comments on commit 89bb580

Please sign in to comment.