config template to jinja2

This commit is contained in:
Dirk Alders 2024-03-19 16:44:21 +01:00
parent 6388afa835
commit 14a17c9527

View File

@ -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