diff --git a/config_example/config.py b/config_example/config.j2 similarity index 72% rename from config_example/config.py rename to config_example/config.j2 index 1af406b..40197e5 100644 --- a/config_example/config.py +++ b/config_example/config.j2 @@ -8,10 +8,10 @@ from remotes import technics_eur642100 as cd_player __BASEPATH__ = os.path.abspath(os.path.dirname(__file__)) -MQTT_SERVER = "" -MQTT_USER = "" -MQTT_PASS = "" -MQTT_TOPIC = "" +MQTT_SERVER = "{{ smart_sat_remotectrl_hostname }}" +MQTT_USER = "{{ smart_sat_remotectrl_username }}" +MQTT_PASS = "{{ smart_sat_remotectrl_password }}" +MQTT_TOPIC = "{{ smart_sat_remotectrl_topic }}" SUPPORTED_REMOTES = { amplifier.NAME: amplifier.ALL,