Update August component to use py-august:0.6.0 (#15916)

This commit is contained in:
Joe Lu 2018-08-09 22:27:50 -07:00 committed by Martin Hjelmare
parent dc01b17260
commit f98629b895
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__)
_CONFIGURING = {}
REQUIREMENTS = ['py-august==0.4.0']
REQUIREMENTS = ['py-august==0.6.0']
DEFAULT_TIMEOUT = 10
ACTIVITY_FETCH_LIMIT = 10

View file

@ -706,7 +706,7 @@ pushetta==1.0.15
pwmled==1.2.1
# homeassistant.components.august
py-august==0.4.0
py-august==0.6.0
# homeassistant.components.canary
py-canary==0.5.0