Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
DSorlov committed Feb 21, 2022
1 parent a2548e1 commit 7f32f07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/swemail/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ async def async_update(self):
attributes[provider+'_days_left'] = ''
attributes[provider+'_logo'] = f"https://logo.clearbit.com/{provider}.se"

_LOGGER.error(f"value = {self._value}")

if (self._value is None):
attributes['next_provider'] = ''
attributes['next_logo'] = ''
Expand Down

0 comments on commit 7f32f07

Please sign in to comment.