diff --git a/custom_components/untappd/sensor.py b/custom_components/untappd/sensor.py index 8039939..f9ce80f 100644 --- a/custom_components/untappd/sensor.py +++ b/custom_components/untappd/sensor.py @@ -17,7 +17,7 @@ REQUIREMENTS = ['pyuntappd==0.0.5'] -__version__ = '0.1.3' +__version__ = '0.1.4' _LOGGER = logging.getLogger(__name__) @@ -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):