mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Upgrade youless library to fix missing sensor LS110 (#57366)
This commit is contained in:
parent
ce75c11033
commit
cbd6e7aa1d
@ -3,7 +3,7 @@
|
|||||||
"name": "YouLess",
|
"name": "YouLess",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/youless",
|
"documentation": "https://www.home-assistant.io/integrations/youless",
|
||||||
"requirements": ["youless-api==0.13"],
|
"requirements": ["youless-api==0.14"],
|
||||||
"codeowners": ["@gjong"],
|
"codeowners": ["@gjong"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -2465,7 +2465,7 @@ yeelight==0.7.7
|
|||||||
yeelightsunflower==0.0.10
|
yeelightsunflower==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.youless
|
# homeassistant.components.youless
|
||||||
youless-api==0.13
|
youless-api==0.14
|
||||||
|
|
||||||
# homeassistant.components.media_extractor
|
# homeassistant.components.media_extractor
|
||||||
youtube_dl==2021.04.26
|
youtube_dl==2021.04.26
|
||||||
|
@ -1406,7 +1406,7 @@ yalexs==1.1.13
|
|||||||
yeelight==0.7.7
|
yeelight==0.7.7
|
||||||
|
|
||||||
# homeassistant.components.youless
|
# homeassistant.components.youless
|
||||||
youless-api==0.13
|
youless-api==0.14
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.36.8
|
zeroconf==0.36.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user