Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Adjust to source changes yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed May 18, 2020
1 parent 5349aa8 commit 4bf9b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/coronavirus_hessen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def async_get_data():
continue

county = sanitize_county(county)
if county == "Gesamtergebnis":
if county in ("Gesamtergebnis", "gesamt"):
county = OPTION_TOTAL

result[county] = dict(cases=cases, deaths=deaths)
Expand Down

0 comments on commit 4bf9b64

Please sign in to comment.