Skip to content

Commit

Permalink
Fixes compilation error (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan authored Jan 7, 2022
1 parent 33fc57c commit ed2040a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/pollenprognos/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ def extra_state_attributes(self):
def icon(self):
""" Return the icon for the frontend."""
return SENSOR_ICONS.get(self._allergen_type, 'default')
super().__init__.

0 comments on commit ed2040a

Please sign in to comment.