From 95ed9139548754ac9196ba0f46d5e2ebd2293dc7 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 10 Feb 2021 21:23:13 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa26a6d..a009040 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ ![Lint](https://github.com/sbidy/wiz_light/workflows/Lint/badge.svg) ![Pylint](https://github.com/sbidy/wiz_light/workflows/Pylint/badge.svg) -# :bulb: wiz_light - V 0.3.1 +# :bulb: wiz_light - V 0.4.0 ## :muscle: Change Log -This version represents the current pull from HASS core with some additional improvements. - -- **ISSUE:** Bulbs with "brightness only" may have problems with the 0.3.1 and 0.3. I'm working on it!! See [Issue #99](https://github.com/sbidy/wiz_light/issues/99) -- **ISSUE:** Some bulbs are currently not correctly detected. I'm working on it!! +- New in 0.4.: The bulb type and featerus will be autodetected. +- New in 0.4.: Fixing some other small issues. Updat to pywizlight 0.4.5 - Working ConfigFlow: Now the bulbs can be configured via UI - Devices Registration: The Bulb now shows up as "Light" device - [BETA] The colors now "correct" regarding the HS to RGB-CW conversation in the WiZ app. Thanks to @brettonw for incredible work!(should be tested with non-RGB and non-Kelvin bulbs!! ) From 1b058cd142594080fa4b3e7d4620ae0f5a180d24 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 10 Feb 2021 21:30:17 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a009040..308bc77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ![Lint](https://github.com/sbidy/wiz_light/workflows/Lint/badge.svg) ![Pylint](https://github.com/sbidy/wiz_light/workflows/Pylint/badge.svg) -# :bulb: wiz_light - V 0.4.0 +# :bulb: wiz_light - V 0.4.0 (out for testing) + +One short note: If you have multible (>5) bulb connected to the HASS, please try to bring all online if you restart the HASS service/container. +Becuase on older HASS version the startup can be slowed down if multible bulbs are offline. ## :muscle: Change Log - New in 0.4.: The bulb type and featerus will be autodetected. From 645fb5d50f016872b679918f5a436e7738e53c84 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 10 Feb 2021 21:37:15 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 308bc77..9ffa582 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ One short note: If you have multible (>5) bulb connected to the HASS, please try to bring all online if you restart the HASS service/container. Becuase on older HASS version the startup can be slowed down if multible bulbs are offline. +There are changes in the bulb detection function. I can't test all possible bulb types in real because I have only two of them :wink:. + ## :muscle: Change Log - New in 0.4.: The bulb type and featerus will be autodetected. - New in 0.4.: Fixing some other small issues. Updat to pywizlight 0.4.5 From 4a268e1f01cdd738f08309761bebd69289a3530e Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 10 Feb 2021 21:37:52 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9ffa582..43fb449 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ There are changes in the bulb detection function. I can't test all possible bulb - Tones of other fixes, improvement and removed typos :wink: ### Still missing but "Work in Progress": - -- Automatic detection for the supported kelvin range of the bulb. This should reduce the static overhead. - Registration of the bulb to HASS via UDP API. There are features to register the HASS to the bulb to send UDP packages to the HASS if the state of the bulb was changed. This will made the Poll Service obsolete. - A User Documentaion based on HASS Docs. (with screen shots etc.) will be added (soon :wink:)