mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Update August component to use py-august:0.6.0 (#15916)
This commit is contained in:
@@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
|
|
||||||
REQUIREMENTS = ['py-august==0.4.0']
|
REQUIREMENTS = ['py-august==0.6.0']
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 10
|
DEFAULT_TIMEOUT = 10
|
||||||
ACTIVITY_FETCH_LIMIT = 10
|
ACTIVITY_FETCH_LIMIT = 10
|
||||||
|
@@ -706,7 +706,7 @@ pushetta==1.0.15
|
|||||||
pwmled==1.2.1
|
pwmled==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
py-august==0.4.0
|
py-august==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.canary
|
# homeassistant.components.canary
|
||||||
py-canary==0.5.0
|
py-canary==0.5.0
|
||||||
|
Reference in New Issue
Block a user