config template to jinja2
This commit is contained in:
parent
6388afa835
commit
14a17c9527
@ -3,10 +3,10 @@
|
||||
import os
|
||||
import report
|
||||
|
||||
MQTT_USER = "<mqtt_smarthome_username>"
|
||||
MQTT_PASS = "<mqtt_smarthome_password>"
|
||||
MQTT_SERVER = "<mqtt_smarthome_hostname>"
|
||||
MQTT_TOPIC = "<mqtt_bt_audio_topic>"
|
||||
MQTT_USER = "{{ audio_bt_username }}"
|
||||
MQTT_PASS = "{{ audio_bt_password }}"
|
||||
MQTT_SERVER = "{{ audio_bt_hostname }}"
|
||||
MQTT_TOPIC = "{{ audio_bt_topic }}"
|
||||
|
||||
#
|
||||
# Logging
|
Loading…
x
Reference in New Issue
Block a user