Upgrade canary integration to use py-canary 0.5.1 (#44645)
Fixes #35569
This commit is contained in:
parent
c7bf7b32a2
commit
1428c403ba
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "canary",
|
||||
"name": "Canary",
|
||||
"documentation": "https://www.home-assistant.io/integrations/canary",
|
||||
"requirements": ["py-canary==0.5.0"],
|
||||
"requirements": ["py-canary==0.5.1"],
|
||||
"dependencies": ["ffmpeg"],
|
||||
"codeowners": [],
|
||||
"config_flow": true
|
||||
|
|
|
@ -1195,7 +1195,7 @@ pwmled==1.6.7
|
|||
py-august==0.25.2
|
||||
|
||||
# homeassistant.components.canary
|
||||
py-canary==0.5.0
|
||||
py-canary==0.5.1
|
||||
|
||||
# homeassistant.components.cpuspeed
|
||||
py-cpuinfo==7.0.0
|
||||
|
|
|
@ -600,7 +600,7 @@ pushbullet.py==0.11.0
|
|||
py-august==0.25.2
|
||||
|
||||
# homeassistant.components.canary
|
||||
py-canary==0.5.0
|
||||
py-canary==0.5.1
|
||||
|
||||
# homeassistant.components.melissa
|
||||
py-melissa-climate==2.1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue