config template to jinja2
This commit is contained in:
parent
16c22f8f92
commit
3902e61cd6
@ -3,10 +3,10 @@
|
||||
import os
|
||||
import report
|
||||
|
||||
MQTT_SERVER = "<mqtt_smarthome_hostname>"
|
||||
MQTT_USER = "<mqtt_smarthome_username>"
|
||||
MQTT_PASS = "<mqtt_smarthome_password>"
|
||||
MQTT_TOPIC = "<mqtt_mpd_topic>"
|
||||
MQTT_SERVER = "{{ audio_mpd_hostname }}"
|
||||
MQTT_USER = "{{ audio_mpd_username }}"
|
||||
MQTT_PASS = "{{ audio_mpd_password }}"
|
||||
MQTT_TOPIC = "{{ audio_mpd_topic }}"
|
||||
|
||||
#
|
||||
# Logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user