diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/awn_de.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/awn_de.py index 74ce0705c..abc371cbb 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/awn_de.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/awn_de.py @@ -89,6 +89,7 @@ def fetch(self): r = session.post( SERVLET, data=args, + verify=False, ) r.raise_for_status() @@ -106,6 +107,7 @@ def fetch(self): r = session.post( SERVLET, data=args, + verify=False, ) r.raise_for_status() @@ -114,6 +116,7 @@ def fetch(self): r = session.post( SERVLET, data=args, + verify=False, ) r.raise_for_status()