config template to jinja2

This commit is contained in:
Dirk Alders 2024-03-17 17:55:23 +01:00
parent 16c22f8f92
commit 3902e61cd6

View File

@ -3,10 +3,10 @@
import os import os
import report import report
MQTT_SERVER = "<mqtt_smarthome_hostname>" MQTT_SERVER = "{{ audio_mpd_hostname }}"
MQTT_USER = "<mqtt_smarthome_username>" MQTT_USER = "{{ audio_mpd_username }}"
MQTT_PASS = "<mqtt_smarthome_password>" MQTT_PASS = "{{ audio_mpd_password }}"
MQTT_TOPIC = "<mqtt_mpd_topic>" MQTT_TOPIC = "{{ audio_mpd_topic }}"
# #
# Logging # Logging