Bump py-august to 0.25.0 (#32769)
Fixes a bug in the conversion to async where code validation failed.pull/32784/head
parent
86f61b8e55
commit
e2a113a2de
|
@ -3,7 +3,7 @@
|
||||||
"name": "August",
|
"name": "August",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"py-august==0.24.0"
|
"py-august==0.25.0"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"configurator"
|
"configurator"
|
||||||
|
|
|
@ -1088,7 +1088,7 @@ pushover_complete==1.1.1
|
||||||
pwmled==1.5.0
|
pwmled==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
py-august==0.24.0
|
py-august==0.25.0
|
||||||
|
|
||||||
# homeassistant.components.canary
|
# homeassistant.components.canary
|
||||||
py-canary==0.5.0
|
py-canary==0.5.0
|
||||||
|
|
|
@ -400,7 +400,7 @@ pure-python-adb==0.2.2.dev0
|
||||||
pushbullet.py==0.11.0
|
pushbullet.py==0.11.0
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
py-august==0.24.0
|
py-august==0.25.0
|
||||||
|
|
||||||
# homeassistant.components.canary
|
# homeassistant.components.canary
|
||||||
py-canary==0.5.0
|
py-canary==0.5.0
|
||||||
|
|
Loading…
Reference in New Issue