Fix homeassistant config.
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful
This commit is contained in:
parent
15dca517f8
commit
ebc89f2b48
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ data:
|
||||||
configuration.yaml: |
|
configuration.yaml: |
|
||||||
homeassistant:
|
homeassistant:
|
||||||
{{- range $key, $value := .Values.config.homeassistant }}
|
{{- range $key, $value := .Values.config.homeassistant }}
|
||||||
{{ printf "%s: %s" $key ($value | quote) }}
|
{{ printf "%s: %s" $key ($value | toJson) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
packages: !include_dir_named /media/packages
|
packages: !include_dir_named /media/packages
|
||||||
default_config:
|
default_config:
|
||||||
|
|
Loading…
Reference in a new issue