Bump pyhs100 dependency to fix hs220 discoverability issues (#43619)
Fixes #39395
This commit is contained in:
parent
cbfd8a5a14
commit
183154c017
3 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyHS100==0.3.5.1"
|
"pyHS100==0.3.5.2"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@rytilahti",
|
"@rytilahti",
|
||||||
"@thegardenmonkey"
|
"@thegardenmonkey"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1231,7 +1231,7 @@ pyCEC==0.4.14
|
||||||
pyControl4==0.0.6
|
pyControl4==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.tplink
|
# homeassistant.components.tplink
|
||||||
pyHS100==0.3.5.1
|
pyHS100==0.3.5.2
|
||||||
|
|
||||||
# homeassistant.components.met
|
# homeassistant.components.met
|
||||||
# homeassistant.components.norway_air
|
# homeassistant.components.norway_air
|
||||||
|
|
|
@ -615,7 +615,7 @@ py17track==2.2.2
|
||||||
pyControl4==0.0.6
|
pyControl4==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.tplink
|
# homeassistant.components.tplink
|
||||||
pyHS100==0.3.5.1
|
pyHS100==0.3.5.2
|
||||||
|
|
||||||
# homeassistant.components.met
|
# homeassistant.components.met
|
||||||
# homeassistant.components.norway_air
|
# homeassistant.components.norway_air
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue