From e31ce1d187c5eb303095c3219fc8731aa6ecc8ec Mon Sep 17 00:00:00 2001 From: Matthias Gutjahr Date: Wed, 9 Dec 2020 09:21:27 +0100 Subject: [PATCH] Fix typo --- 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 3d7ee41..b30eafa 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" -ATTRIBUTION = "Data provided by Hessisches Ministrium für Soziales und Integration" +ATTRIBUTION = "Data provided by Hessisches Ministerium für Soziales und Integration" OPTION_TOTAL = "total"