Update url auf öffentliche Adresse

This commit is contained in:
2024-08-12 22:15:24 +00:00
parent 65ef6d9dad
commit 28d2f7fe30

View File

@@ -1,7 +1,8 @@
import requests
# FHEM URL
FHEM_URL = "http://192.168.2.200:8083/fhem"
# FHEM_URL = "http://192.168.2.200:8083/fhem"
FHEM_URL = "https://fhem.auwiesen2.de/fhem"
# Parameters including CSRF token
PARAMS = {