Skip to content

Commit

Permalink
Upgrade pyota to 2.0.4 (#11991)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 28, 2018
1 parent 96f9a12 commit c7efe5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/iota.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.helpers.discovery import load_platform
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['pyota==2.0.3']
REQUIREMENTS = ['pyota==2.0.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 @@ -821,7 +821,7 @@ pynut2==2.1.2
pynx584==0.4

# homeassistant.components.iota
pyota==2.0.3
pyota==2.0.4

# homeassistant.components.sensor.otp
pyotp==2.2.6
Expand Down

0 comments on commit c7efe5b

Please sign in to comment.