From abaa8b36a95c5eaf84b37f82866920a9dc02de4b Mon Sep 17 00:00:00 2001 From: Matthias Gutjahr Date: Wed, 6 Oct 2021 11:36:56 +0200 Subject: [PATCH] Update endpoint because of changed URL --- custom_components/coronavirus_hessen/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/coronavirus_hessen/const.py b/custom_components/coronavirus_hessen/const.py index b30eafa..6eea37b 100644 --- a/custom_components/coronavirus_hessen/const.py +++ b/custom_components/coronavirus_hessen/const.py @@ -1,5 +1,5 @@ """Constants for the Coronavirus Hessen integration.""" DOMAIN = "coronavirus_hessen" -ENDPOINT = "https://soziales.hessen.de/gesundheit/infektionsschutz/coronavirus-sars-cov-2/taegliche-uebersicht-der-bestaetigten-sars-cov-2-faelle-hessen" +ENDPOINT = "https://soziales.hessen.de/Corona/Bulletin/Tagesaktuelle-Zahlen" ATTRIBUTION = "Data provided by Hessisches Ministerium für Soziales und Integration" OPTION_TOTAL = "total"