config template to jinja2

This commit is contained in:
Dirk Alders 2024-03-16 21:48:39 +01:00
parent c19d97d5ac
commit 7d1f7de1c7

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_powerplug_topic>"
MQTT_USER = "{{ smart_sat_powerplug_username }}"
MQTT_PASS = "{{ smart_sat_powerplug_password }}"
MQTT_SERVER = "{{ smart_sat_powerplug_hostname }}"
MQTT_TOPIC = "{{ smart_sat_powerplug_topic }}"
#
# Logging