Skip to content

Commit

Permalink
Update smappy library version (#15636)
Browse files Browse the repository at this point in the history
Adding latest smappy lib version

Updated smappy library version
  • Loading branch information
visibilityspots authored and MartinHjelmare committed Jul 24, 2018
1 parent c1f5ead commit fbeaa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/smappee.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.discovery import load_platform
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['smappy==0.2.15']
REQUIREMENTS = ['smappy==0.2.16']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ sleekxmpp==1.3.2
sleepyq==0.6

# homeassistant.components.smappee
smappy==0.2.15
smappy==0.2.16

# homeassistant.components.raspihats
# homeassistant.components.sensor.bh1750
Expand Down

0 comments on commit fbeaa57

Please sign in to comment.