Update August component to use py-august:0.6.0 (#15916)
This commit is contained in:
parent
dc01b17260
commit
f98629b895
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue