Skip to content

Commit

Permalink
fix: fix function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jan 18, 2020
1 parent d290039 commit d3538f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def icon(self):

@property
def recurrence(self):
"""Return the icon of the sensor."""
"""Return the recurrence pattern of the sensor."""
return RECURRING_PATTERN[self._next["recurringPattern"]] if self._next else None

@property
Expand Down

0 comments on commit d3538f2

Please sign in to comment.