This is a massive release where we went through 26 PRs and 5 beta versions.
If you appreciate my work, please leave a thank you here on GitHub π
Enjoy the cool new features!
Cheers, Bas βοΈ
Major Updates:
- New Adaptive Lighting webapp with interactive graphs (#719) @basnijholt
- Introduced
adapt_only_on_bare_turn_on
for immediatemanual_control
activation upon brightness or color changes during turn on (#709) @basnijholt - Enabled simultaneous adaptation of lights instead of sequential adjustments (#529) @th3w1zard1
- Set parameters for
min_sunrise_time
andmax_sunset_time
(#707) @basnijholt - Introduced various brightness ramping methods with
brightness_mode
(#699) @basnijholt - Implemented call interception for handling multiple lights (#679) @basnijholt
Whatβs Changed
- Reorganized option sequence in configuration flow (#700) @basnijholt
- Bump to 1.19.0 in manifest.json (#734) @basnijholt
- Fix length of descriptions in UI (config flow) (#732) @basnijholt
- Add release-drafter GitHub Action (#731) @basnijholt
- Fix adapt_only_on_bare_turn_on and apply does not result in manual_control (#729) @basnijholt
- Bump to 1.19.0b5 in manifest.json (#728) @basnijholt
- Prevent light.turn_on of light that was just turned off (#727) @basnijholt
- Mention app more prominently and improve style (#725) @basnijholt
- Split up SunLightSettings and improve https://basnijholt.github.io/adaptive-lighting/ (#719) @basnijholt
- [pre-commit.ci] pre-commit autoupdate (#722) @pre-commit-ci
- Bump to 1.19.0b4 in manifest.json (#718) @basnijholt
- Fix min_sunrise_time and max_sunset_time (#717) @basnijholt
- Small WebApp improvements (#716) @basnijholt
- Add simple webapp to play with different parameters (#715) @basnijholt
- Bump to 1.19.0b3 in manifest.json (#713) @basnijholt
- Fix adaptive_lighting.change_switch_settings service (#712) @basnijholt
- Bump to 1.19.0b2 in manifest.json (#710) @basnijholt
- Adapt lights simultaneously instead of one by one (#529) @th3w1zard1
- Add
adapt_only_on_bare_turn_on
which instantly triggersmanual_control
when turning on with brightness or color (#709) @basnijholt - Add warning about Zigbee groups (#708) @basnijholt
- Add a min_sunrise_time and max_sunset_time (#707) @basnijholt
- Bump to 1.19.0b1 manifest.json (#706) @basnijholt
- Allow adaptive_lighting.apply to turn on lights and do not issue log message (#705) @basnijholt
- Logging fixes in significant_changes (#704) @basnijholt
- feat: add different brightness ramping mechanisms (#699) @basnijholt
- feat: change the order of options in config flow (#700) @basnijholt
- Implement call intercept for multiple lights (#679) @basnijholt
Full Changelog: 1.18.3...v1.18.4