Releases: rytilahti/python-yeelightbt
Releases · rytilahti/python-yeelightbt
0.0.4
The major change in this release is fixing the support for newer construct releases , thanks to @arekbulski.
Thanks also to @vladisnik for fixing the deprecated homeassistant const.
Closed issues:
- object has no attribute 'update_ha_state' #27
- Error message #25
- yeelightbt got error, is it due to phyton version2? #23
- which file should i copy to custom_components? #22
- Cannot import name 'SymmetricMapping' #18
- Issues (different) on both PY2.7 and PY3.5 #17
- from Construct developer, a note #15
Merged pull requests:
- Support more recent construct releases #28 (arekbulski, rytilahti)
- Update color parameter in HA component #20 (vladisnik)
0.0.3: Candela support and more robust bedside lamp support
-
The client informs when a pairing is required, the lamp has to be turned on when doing this:
- On the bedside lamp the smaller button has to be pressed when the lamp keeps changing the brightness.
- For Candelas the cylinder has to be turned to pair the device.
-
Added new commands:
- get_scene, set_scene (incomplete)
- get_version_info
- get_serial_number
- get_time, set_time
- get_nightmode
- get_alarm
- get_flow
-
Fixed protocol issues with newer construct versions.
-
The library searches handles now based on uuids, which was a prerequisite for Candela support.
-
Thanks to Haiyuan and weiwei from yeelight for clarifications on the bedside lamp protocol.