Releases: basnijholt/adaptive-lighting
Releases · basnijholt/adaptive-lighting
version 1.16.0
What's Changed
- Revert supported_features from #565 and #575, fixes #601 by @basnijholt in #637
Full Changelog: 1.15.2...1.16.0
version 1.15.2
What's Changed
- Add @protyposis to codeowners by @basnijholt in #636
- Pass on lights that are not managed by AL, closes #638 by @basnijholt in #639
Full Changelog: 1.15.1...1.15.2
version 1.15.1
What's Changed
- Find adaptive_switch in TurnOnOffListener by @basnijholt in #635
Full Changelog: 1.15.0...1.15.1
version 1.15.0
What's Changed
- docs: Ikea light config recommendations by @protyposis in #614
- feat: skip redundant adaptation commands by @protyposis in #615
- feat: service call adaptation by @protyposis in #628
Full Changelog: 1.14.0...1.15.0
version 1.14.0
What's Changed
- fix: 2023.6 compatibility by @protyposis in #607
- VS Code Dev Container (dev & test environment) by @protyposis in #605
- Bump version to 1.14.0 in manifest.json by @basnijholt in #613
Full Changelog: 1.13.0...1.14.0
version 1.13.0
What's Changed
- fix: lights unexpectedly turn back on after switch-off by @protyposis in #590
- docs: add protyposis as a contributor for code by @allcontributors in #597
- Update version to 1.12.0 in manifest.json by @basnijholt in #596
- feat: brightness prioritization by @protyposis in #598
New Contributors
- @protyposis made their first contribution in #590
Full Changelog: 1.12.0...1.13.0
What's Changed
- fix: lights unexpectedly turn back on after switch-off by @protyposis in #590
- docs: add protyposis as a contributor for code by @allcontributors in #597
- Update version to 1.12.0 in manifest.json by @basnijholt in #596
- feat: brightness prioritization by @protyposis in #598
- Bump to 1.13.0 in manifest.json by @basnijholt in #610
New Contributors
- @protyposis made their first contribution in #590
Full Changelog: 1.12.0...1.13.0
version 1.12.0
What's Changed
- Refactor
_supported_features
by @th3w1zard1 in #565 - Auto reload YAML config changes by @th3w1zard1 in #573
- Add
test_supported_features
and fix the problem introduced in #565 by @th3w1zard1 in #575 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #584
- Add "See also" to README by @basnijholt in #591
Full Changelog: 1.11.0...1.12.0
version 1.11.0
What's Changed
- Test multiple Home Assistant releases and the dev branch by @basnijholt in #552
- Update issue templates by @basnijholt in #557
- Add
auto_reset_time_remaining
attribute by @basnijholt in #558 - Refactor
_adapt_lights
into_update_manual_control_and_maybe_adapt
by @th3w1zard1 in #513
Full Changelog: 1.10.1...1.11.0
version 1.10.1
Adaptive Lighting 1.10.1 Release Notes
This update serves as a patch release for version 1.10.0, addressing the major bug reported in Issue #541. Additionally, we've included some other enhancements and fixes!
Adaptive Lighting now supports Home Assistant Core 2023.4.0.
Changes introduced in 1.10.0:
- Wait for transitions to finish before adapting lights, contributed by @th3w1zard1 in Pull Request #510.
- Fixed
detect_non_ha_changes
for most lights, contributed by @th3w1zard1 in Pull Request #510.
What's changed in 1.10.1:
- Created comprehensive
state_change
tests and resolved the major bug (#541) introduced in 1.10.0, contributed by @th3w1zard1 and @basnijholt in Pull Request #544. - Ensured context_id is 26 characters and partially complies with the
ULID
standard for Home Assistant 2023.04 compatibility, contributed by @basnijholt in Pull Request #550. - Fixed issue #449 by converting and comparing color formats, contributed by @th3w1zard1 in Pull Request #514.
Other notable updates:
- Added Windows command for Docker test instructions, contributed by @th3w1zard1 in Pull Request #536.
- Updated README.md with
transition_until_sleep
parameter details, contributed by @th3w1zard1 in Pull Request #539. - Recognized th3w1zard1 as a contributor for bug fixes and maintenance in Pull Requests #534 and #538, respectively.
Full Changelog: 1.10.0...1.10.1
version 1.10.0
There is a major bug in this version. Please update to 1.10.1
What's Changed
- Wait for transitions to finish before adapting lights by @th3w1zard1 in #510
- Fixed
detect_non_ha_changes
on most lights by @th3w1zard1 in #510 - Add scripts to auto update en.json, strings.json and services.yaml by @basnijholt in #520
- (small #460 fix) Simplify if-statement by @basnijholt in #526
Full Changelog: 1.9.1...1.10.0