Adaption to paho 2.0 and jinja config_example for ansible

This commit is contained in:
Dirk Alders 2024-03-24 07:06:11 +01:00
parent 3831e56e3d
commit 1cae13a471
2 changed files with 5 additions and 5 deletions

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_spotify_topic>"
MQTT_USER = "{{ audio_spotify_username }}"
MQTT_PASS = "{{ audio_spotify_password }}"
MQTT_SERVER = "{{ audio_spotify_hostname }}"
MQTT_TOPIC = "{{ audio_spotify_topic }}"
DEVICE_NAME = "Multimedia"

2
mqtt

@ -1 +1 @@
Subproject commit cf97fa066cdff0e2f7eda0ff4d3c8c0f59c3f2ec
Subproject commit 328d3471a748472695a61193becdda76c7eefe69