Skip to content

Commit

Permalink
update netatmo library (#18823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and cgarwood committed Nov 30, 2018
1 parent a9990c1 commit 44e35ec
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.3']
REQUIREMENTS = ['pyatmo==1.4']

_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 @@ -851,7 +851,7 @@ pyalarmdotcom==0.3.2
pyarlo==0.2.2

# homeassistant.components.netatmo
pyatmo==1.3
pyatmo==1.4

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

0 comments on commit 44e35ec

Please sign in to comment.