Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Fix config template rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Richter committed Jan 30, 2020
1 parent e822f82 commit 6f4d22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/opt/jxfd/config.yml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mqtt:
host: {{ jxfd_mqtt_server_host | default('localhost') }}
topics: {{ jxfd_mqtt_topics | default([]) }}
topics: {{ jxfd_mqtt_topics | default([]) | to_yaml }}
device_sn: {{ jxfd_cleware_device_sn | default(None) }}

0 comments on commit 6f4d22c

Please sign in to comment.