Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
clean up attribution and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Apr 5, 2019
1 parent 69d6f8e commit 2dc8f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/untappd/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

REQUIREMENTS = ['pyuntappd==0.0.5']

__version__ = '0.1.3'
__version__ = '0.1.4'

_LOGGER = logging.getLogger(__name__)

Expand Down Expand Up @@ -148,6 +148,7 @@ def device_state_attributes(self):
ATTR_TOTAL_FRIENDS: self._total_friends,
ATTR_TOTAL_FOLLOWINGS: self._total_followings,
ATTR_TOTAL_PHOTOS: self._total_photos,
ATTR_ATTRIBUTION: ATTRIBUTION,
}

class UntappdWishlistSensor(Entity):
Expand Down

0 comments on commit 2dc8f7f

Please sign in to comment.