Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasneesen committed Feb 9, 2025
1 parent 8c7560f commit e0997fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/_integrations/vicare.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ 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`

Set the mode for the climate device as defined by Viessmann (see [set_hvac_mode](#action-climateset_hvac_mode) for a mapping to Home Assistant Climate modes. This allows more-fine grained control of the heating modes.

| 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. |
| `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`
Expand All @@ -124,8 +124,8 @@ 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 |
| `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. (e.g. `{"mon":[{"start":"08:00","end":"22:00","mode":"on","position":0}],"tue":[{"start":"08:00","end":"22:00","mode":"on","position":0}],"wed":[{"start":"08:00","end":"22:00","mode":"on","position":0}],"thu":[{"start":"08:00","end":"22:00","mode":"on","position":0}],"fri":[{"start":"08:00","end":"22:00","mode":"on","position":0}],"sat":[{"start":"07:30","end":"22:00","mode":"on","position":0}],"sun":[{"start":"07:30","end":"22:00","mode":"on","position":0}]}`) |

### Action `climate.set_temperature`

Expand Down

0 comments on commit e0997fa

Please sign in to comment.