diff --git a/config_example/config.py b/config_example/config.j2 similarity index 61% rename from config_example/config.py rename to config_example/config.j2 index e6b3f0d..aa9628b 100644 --- a/config_example/config.py +++ b/config_example/config.j2 @@ -3,10 +3,10 @@ import os import report -MQTT_USER = "" -MQTT_PASS = "" -MQTT_SERVER = "" -MQTT_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