config template to jinja2
This commit is contained in:
parent
c19d97d5ac
commit
7d1f7de1c7
@ -3,10 +3,10 @@
|
|||||||
import os
|
import os
|
||||||
import report
|
import report
|
||||||
|
|
||||||
MQTT_USER = "<mqtt_smarthome_username>"
|
MQTT_USER = "{{ smart_sat_powerplug_username }}"
|
||||||
MQTT_PASS = "<mqtt_smarthome_password>"
|
MQTT_PASS = "{{ smart_sat_powerplug_password }}"
|
||||||
MQTT_SERVER = "<mqtt_smarthome_hostname>"
|
MQTT_SERVER = "{{ smart_sat_powerplug_hostname }}"
|
||||||
MQTT_TOPIC = "<mqtt_powerplug_topic>"
|
MQTT_TOPIC = "{{ smart_sat_powerplug_topic }}"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Logging
|
# Logging
|
Loading…
x
Reference in New Issue
Block a user