Upgrade youless library to fix missing sensor LS110 (#57366)

This commit is contained in:
gjong 2021-10-11 11:30:23 +02:00 committed by GitHub
parent c4eeebd7a7
commit 3dc1a268ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "YouLess",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/youless",
"requirements": ["youless-api==0.13"],
"requirements": ["youless-api==0.14"],
"codeowners": ["@gjong"],
"iot_class": "local_polling"
}

View File

@ -2462,7 +2462,7 @@ yeelight==0.7.7
yeelightsunflower==0.0.10
# homeassistant.components.youless
youless-api==0.13
youless-api==0.14
# homeassistant.components.media_extractor
youtube_dl==2021.04.26

View File

@ -1412,7 +1412,7 @@ yalexs==1.1.13
yeelight==0.7.7
# homeassistant.components.youless
youless-api==0.13
youless-api==0.14
# homeassistant.components.zeroconf
zeroconf==0.36.8