From 9d671eff27e3c8a2f81b57b634983ebb06bf8eff Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 3 Oct 2021 13:07:25 -1000 Subject: [PATCH] Bump yeelight to 0.7.6 (#57009) - Fixes compat with Lamp15 model - May improvment Monob model drops seen in #56646 Changes: https://gitlab.com/stavros/python-yeelight/-/commit/0b94e5214e3375f20defa386067ef6cb058c872c --- homeassistant/components/yeelight/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index cc40f07ce46..561606f5509 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -2,7 +2,7 @@ "domain": "yeelight", "name": "Yeelight", "documentation": "https://www.home-assistant.io/integrations/yeelight", - "requirements": ["yeelight==0.7.5", "async-upnp-client==0.22.5"], + "requirements": ["yeelight==0.7.6", "async-upnp-client==0.22.5"], "codeowners": ["@rytilahti", "@zewelor", "@shenxn", "@starkillerOG"], "config_flow": true, "dependencies": ["network"], diff --git a/requirements_all.txt b/requirements_all.txt index 2d635a0045a..b5dc17c5c97 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2459,7 +2459,7 @@ yalesmartalarmclient==0.3.4 yalexs==1.1.13 # homeassistant.components.yeelight -yeelight==0.7.5 +yeelight==0.7.6 # homeassistant.components.yeelightsunflower yeelightsunflower==0.0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c8377b2b948..c2057ac9cd6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1406,7 +1406,7 @@ yalesmartalarmclient==0.3.4 yalexs==1.1.13 # homeassistant.components.yeelight -yeelight==0.7.5 +yeelight==0.7.6 # homeassistant.components.youless youless-api==0.13