Skip to content

Commit

Permalink
chore: fix tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 29, 2024
1 parent a6bb2ef commit 20dbe42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/definition/charger/vaillant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ params:
help:
de: Boost Temperatur (zusätzlich zu Warmwasser)
en: Boost temperature setpoint (in addition to hot water)
- name: phases
type: int
advanced: true
render: |
type: vaillant
user: {{ .user }}
password: {{ .password }}
heatingzone: {{ .zone }}
heatingsetpoint: {{ .setpoint }}
phases: {{ .phases }}

0 comments on commit 20dbe42

Please sign in to comment.