Skip to content

Commit

Permalink
Update pyatmo (home-assistant#15540)
Browse files Browse the repository at this point in the history
  • Loading branch information
gieljnssns authored and Jacob Mansfield committed Sep 4, 2018
1 parent 3000f65 commit 804de88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/netatmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.util import Throttle

REQUIREMENTS = ['pyatmo==1.0.0']
REQUIREMENTS = ['pyatmo==1.1.1']

_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 @@ -737,7 +737,7 @@ pyasn1-modules==0.1.5
pyasn1==0.3.7

# homeassistant.components.netatmo
pyatmo==1.0.0
pyatmo==1.1.1

# homeassistant.components.apple_tv
pyatv==0.3.10
Expand Down

0 comments on commit 804de88

Please sign in to comment.