Ensure doorbird does not block startup (#38619)
parent
fa41a7c6e7
commit
7e34c2582f
|
@ -2,7 +2,7 @@
|
|||
"domain": "doorbird",
|
||||
"name": "DoorBird",
|
||||
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
||||
"requirements": ["doorbirdpy==2.0.8"],
|
||||
"requirements": ["doorbirdpy==2.1.0"],
|
||||
"dependencies": ["http"],
|
||||
"zeroconf": ["_axis-video._tcp.local."],
|
||||
"codeowners": ["@oblogic7", "@bdraco"],
|
||||
|
|
|
@ -491,7 +491,7 @@ distro==1.5.0
|
|||
dlipower==0.7.165
|
||||
|
||||
# homeassistant.components.doorbird
|
||||
doorbirdpy==2.0.8
|
||||
doorbirdpy==2.1.0
|
||||
|
||||
# homeassistant.components.dovado
|
||||
dovado==0.4.1
|
||||
|
|
|
@ -252,7 +252,7 @@ directv==0.3.0
|
|||
distro==1.5.0
|
||||
|
||||
# homeassistant.components.doorbird
|
||||
doorbirdpy==2.0.8
|
||||
doorbirdpy==2.1.0
|
||||
|
||||
# homeassistant.components.dsmr
|
||||
dsmr_parser==0.18
|
||||
|
|
Loading…
Reference in New Issue