Releases: vieira/homebridge-yeelight-wifi
Releases · vieira/homebridge-yeelight-wifi
v3.0.0
3.0.0 (2023-11-11)
New
- Add color support for backlight/ambilight (a44be2c1)
- Add brightness support for backlight/ambilight (ec7ca4f7)
- Add power support for backlight/ambilight (e39a2987)
- Support temperature of color5 (fixes #108) (f08ccfac)
- Improve adaptive lighting and temperature (1250533c)
- Allow blacklisting a device (hide from HomeKit) (4655e966)
Fix
- Color temperature could end up out of bounds (0219b506)
- set_power command sent more times than needed (f9defba3)
- Warning characteristic On not bool on boot (8fb83f40)
Chore
- Resolve async Promise executor function (f6896ecb)
v2.4.0
2.4.0 (2023-08-22)
change
- Bumped oldest supported node version to 12 (41a3761)
Chore
- Update some dev dependencies (ee8c8a8)
Fix
- Color temperature could end up out of bounds (0219b50)
- set_power command sent more times than needed (f9defba), closes #84
- Warning characteristic On not bool on boot (8fb83f4)
New
- Allow blacklisting a device (hide from HomeKit) (4655e96), closes #86 #72
- Improve adaptive lighting and temperature (1250533), closes #99 #97 #95
v2.3.3
2.3.3 (2021-03-03)
Fix
- Resolve warnings invalid response in SET handler (5011aee), closes #92
v2.3.2
2.3.2 (2021-02-20)
Fix
- Do not disable adaptive lighting while in moonlight mode (67ff4b4)
v2.3.1
2.3.1 (2021-02-20)
Fix
- Disable active lighting if it has been changed while in moonlight mode (5bec4f0)
- Ensure color temperature can be set after moonlight mode has been disabled (6544a13)
- Use the same transition duration for color and temperature (551e909)
v2.3.0
2.3.0 (2021-02-07)
Chore
Fix
- Remove the always true condition that was obsolete (00489c4)
New
- Introduce Adaptive Lightning 🎉 (24b275e)
v2.2.2
2.2.2 (2020-08-29)
Docs
Fix
- Only set the mode if it differs from the current one (535c7c1), closes #68
v2.2.1
2.2.1 (2020-01-04)
Fix
- For some reason the long names weren't displayed at all (4215c1a)
v2.2.0
2.2.0 (2020-01-04)
Chore
- Add dev script and package-lock file (6d3e766)
- Add more logging (82f1b05)
- Spread props when initializing a device. (8fbf288)
Fix
- Made method async to fix promise warning (d9fe7dc)
New
- Add name of the lamp to the Moonlight Mode switch (d528461)
- Better default device names (1c92c5f)
v2.1.1
2.1.1 (2019-12-19)
Fix
- Revert logging as
debug
so it's easier to debug problems (75218a8)