Ansible adaptions (config_example)

This commit is contained in:
Dirk Alders 2023-11-03 17:42:30 +01:00
parent 702c545ef0
commit 10360c4d0e

View File

@ -3,7 +3,7 @@
import os import os
import report import report
QTT_USER = "<mqtt_smarthome_username>" MQTT_USER = "<mqtt_smarthome_username>"
MQTT_PASS = "<mqtt_smarthome_password>" MQTT_PASS = "<mqtt_smarthome_password>"
MQTT_SERVER = "<mqtt_smarthome_hostname>" MQTT_SERVER = "<mqtt_smarthome_hostname>"
MQTT_TOPIC = "<mqtt_powerplug_topic>" MQTT_TOPIC = "<mqtt_powerplug_topic>"