config template to jinja2

This commit is contained in:
Dirk Alders 2024-03-17 08:44:09 +01:00
parent 962e7b6022
commit 9c124d9665

View File

@ -8,10 +8,10 @@ from remotes import technics_eur642100 as cd_player
__BASEPATH__ = os.path.abspath(os.path.dirname(__file__))
MQTT_SERVER = "<mqtt_smarthome_hostname>"
MQTT_USER = "<mqtt_smarthome_username>"
MQTT_PASS = "<mqtt_smarthome_password>"
MQTT_TOPIC = "<mqtt_remote_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,