Fix connectivity issue in the Youless integration (#54764)
This commit is contained in:
parent
4ef04898e9
commit
8eec949835
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "YouLess",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/youless",
|
||||
"requirements": ["youless-api==0.10"],
|
||||
"requirements": ["youless-api==0.12"],
|
||||
"codeowners": ["@gjong"],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -2434,7 +2434,7 @@ yeelight==0.7.2
|
|||
yeelightsunflower==0.0.10
|
||||
|
||||
# homeassistant.components.youless
|
||||
youless-api==0.10
|
||||
youless-api==0.12
|
||||
|
||||
# homeassistant.components.media_extractor
|
||||
youtube_dl==2021.04.26
|
||||
|
|
|
@ -1351,7 +1351,7 @@ yalexs==1.1.13
|
|||
yeelight==0.7.2
|
||||
|
||||
# homeassistant.components.youless
|
||||
youless-api==0.10
|
||||
youless-api==0.12
|
||||
|
||||
# homeassistant.components.onvif
|
||||
zeep[async]==4.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue