fix config

This commit is contained in:
robert 2021-12-20 20:01:29 +01:00
parent 0d8db4077d
commit 06ef95f50e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ client = paho.Client(protocol=paho.MQTTv31) # * set a random string (max 23 cha
client.connect(mqtt_broker, 1883, 60) # MQTT server address
# Homematic IP
global config
config = homematicip.find_and_load_config_file()
home = Home()