Skip to content

Releases: hcoohb/hass-yeelightbt

v1.4.0

05 Jan 01:46
Compare
Choose a tag to compare

Changes from v1.3.0 to v1.4.0

🐛 Bug Fixes

  • Update config_flow.py to conform to HA 2024.1.0 @valkjsaaa (#63)

🧰 Maintenance

Full Changelog: v1.3.0...v1.4.0

v1.3.0

09 Oct 14:08
Compare
Choose a tag to compare

Making the integration work again with HA 2022.10 and ensuring it works with the ESPhome bluetooth proxy! Yay!
That should be a good news for everyone that have poor bluetooth adaptor on the HA box (RPi).
However as a result, you now NEED to have either the bluetooth integration on and configured or have a connected esphome with bluetooth proxy.

For the Candela owners, two things:

  • You may have control (only, no feedback if manually changed) of the lamp, based on testing from @grain111, thanks!
  • I have left control and notification enabled for the esp bluetooth proxy, with any luck, the esp is less strict on the bt protocol than bluez and thing might work... Anyone able to test and report?

Changes from v1.2.1 to v1.3.0

🐛 Bug Fixes

  • Allow for control only of candela with bluez @hcoohb (#53)
  • allow correct reconnection with bluetooth proxy @hcoohb (#50)

💥 Breaking Changes

  • HA bluetooth integration or bluetooth proxy needed @hcoohb (#52)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

11 Sep 02:28
587e875
Compare
Choose a tag to compare

Changes from v1.2.0 to v1.2.1

🐛 Bug Fixes

  • fix for HA2022.09 when bluetooth integration not enabled @hcoohb (#47)

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Aug 12:31
Compare
Choose a tag to compare

Changes from v1.1.0 to v1.2.0

From this release, you will need to add the lights using the UI and the yaml option has now been removed.
For the Candela, trying this time to remove the listening to the lamp and pairing, it may allow to control the light only.

💥 Breaking Changes

🐛 Bug Fixes

  • Only delay after turn_on if other attributes changing @hcoohb (#41)
  • Fix integration crash if device not detected at startup @hcoohb (#38)

🧰 Maintenance

  • use bleak-retry-connector to connect to device @hcoohb (#44)
  • let's use some tools for code quality @hcoohb (#40)
  • Cleanup logging and no notif for candela @hcoohb (#43)
  • fix candela testing no notif @hcoohb (#45)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Aug 11:49
Compare
Choose a tag to compare

Changes from v1.0.1 to v1.1.0

🚀 Features

  • Allow Discovery from HA 2022.8.0+ bluetooth @hcoohb (#34)

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v1.0.1...v1.1.0

Test for candela issue

02 Aug 13:13
11acffc
Compare
Choose a tag to compare
Pre-release

Test for candela connection issue.
Please report back the log

v1.0.1

01 Aug 12:07
Compare
Choose a tag to compare

Changes from v1.0.0 to v1.0.1

🐛 Bug Fixes

  • Ensure lamp is fully turned on before changing color|brightness|colortemp @tribela (#27)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Jul 11:45
Compare
Choose a tag to compare

Major changes by using bleak library

Since Home-assistant 2022.7+ does not work with bluepy, the integration has been moved to bleak.
Most of the code had to be re-written and it seems there are still a few issues to iron out but since bluepy no longer works, I thought I'd release this version so we can collect more data on what does and does not work with bleak.
Especially if you have a candela, please let me know if it works or not as I do not have one.

HA is doing a lot of work to unify the bluetooth experience accross all integrations, but while it is good in the longterm, it is creating a bit of issues right now, so please be patient...

Changes from v0.11.3 to v1.0.0

  • Convert from bluepy to bleak @hcoohb (#20)
  • Update documentation for usage with bleak @hcoohb (#25)

Full Changelog: v0.11.3...v1.0.0

v0.11.3 - Corrected Manifest

01 May 10:05
Compare
Choose a tag to compare
  • Correct the manifest.json to add version and iot_class

v0.11.2

03 Oct 03:20
Compare
Choose a tag to compare
  • Optimize changing brightness and color in a single command (for automation)
  • Fix bug where commands would be ignored while lamp is turning on and off