Skip to content

Commit

Permalink
Fix improper merge
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkastelec committed Apr 24, 2023
1 parent 080ff20 commit 18d0f8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/wemportal/wemportalapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,6 @@ def scrape_pages(self, response):
if(name.endswith('leistungsanforderung')):
unit = '%'

if(name.endswith('leistungsanforderung')):
unit = '%'

icon_mapper = defaultdict(lambda: "mdi:flash")
icon_mapper["°C"] = "mdi:thermometer"

Expand Down

0 comments on commit 18d0f8b

Please sign in to comment.