Bump androidtvremote2 to 0.1.2 to fix blocking event loop when loading ssl certificate chain (#125061)
Bump androidtvremote2 to 0.1.2pull/125072/head
parent
8f679fcbf3
commit
fa14321aa1
|
@ -8,6 +8,6 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["androidtvremote2"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["androidtvremote2==0.1.1"],
|
||||
"requirements": ["androidtvremote2==0.1.2"],
|
||||
"zeroconf": ["_androidtvremote2._tcp.local."]
|
||||
}
|
||||
|
|
|
@ -440,7 +440,7 @@ amcrest==1.9.8
|
|||
androidtv[async]==0.0.73
|
||||
|
||||
# homeassistant.components.androidtv_remote
|
||||
androidtvremote2==0.1.1
|
||||
androidtvremote2==0.1.2
|
||||
|
||||
# homeassistant.components.anel_pwrctrl
|
||||
anel-pwrctrl-homeassistant==0.0.1.dev2
|
||||
|
|
|
@ -416,7 +416,7 @@ amberelectric==1.1.1
|
|||
androidtv[async]==0.0.73
|
||||
|
||||
# homeassistant.components.androidtv_remote
|
||||
androidtvremote2==0.1.1
|
||||
androidtvremote2==0.1.2
|
||||
|
||||
# homeassistant.components.anova
|
||||
anova-wifi==0.17.0
|
||||
|
|
Loading…
Reference in New Issue