Adaption to paho 2.0 and jinja config_example for ansible
This commit is contained in:
parent
3831e56e3d
commit
1cae13a471
@ -3,10 +3,10 @@
|
|||||||
import os
|
import os
|
||||||
import report
|
import report
|
||||||
|
|
||||||
MQTT_USER = "<mqtt_smarthome_username>"
|
MQTT_USER = "{{ audio_spotify_username }}"
|
||||||
MQTT_PASS = "<mqtt_smarthome_password>"
|
MQTT_PASS = "{{ audio_spotify_password }}"
|
||||||
MQTT_SERVER = "<mqtt_smarthome_hostname>"
|
MQTT_SERVER = "{{ audio_spotify_hostname }}"
|
||||||
MQTT_TOPIC = "<mqtt_spotify_topic>"
|
MQTT_TOPIC = "{{ audio_spotify_topic }}"
|
||||||
|
|
||||||
DEVICE_NAME = "Multimedia"
|
DEVICE_NAME = "Multimedia"
|
||||||
|
|
2
mqtt
2
mqtt
@ -1 +1 @@
|
|||||||
Subproject commit cf97fa066cdff0e2f7eda0ff4d3c8c0f59c3f2ec
|
Subproject commit 328d3471a748472695a61193becdda76c7eefe69
|
Loading…
x
Reference in New Issue
Block a user