From the author
Running Docker Compose on one or more hosts? I made Compose Farm - manage all your docker compose stacks from one config file. CLI + web UI.
I usually post on Reddit about new projects but all my posts keep getting deleted, so my only other way of reaching self-hosting enthusiasts is here! Consider leaving a GitHub Star ⭐
❤️ In the last release, I mentioned "leaving a thank-you note", and wow, so many of you reached out! I've received a lot of kind messages, and it truly means a lot. Thank you all for your support, bug reports, feature ideas, and warm words.
Patch Release v1.30.1
This is a patch release that fixes issue #1378 where lights turned on by automations (with brightness or color attributes) were incorrectly marked as "manually controlled", preventing Adaptive Lighting from adapting them.
What's Changed
v1.30.1
- fix: don't mark lights as manually controlled when turned on from OFF state (#1380) @basnijholt
v1.30.0
- feat: Individual manual control of brightness and color (#1356) @protyposis
- fix: use correct entity and context in service interceptor (#1349) @basnijholt
- Translations update from Hosted Weblate (#1331) @weblate
- ⬆️ Update actions/checkout action to v6 (#1352) @renovate[bot]
- fix(ci): fix broken Docker workflow and modernize (#1318) @lenucksi
- chore(devcontainer): fix Pylance resolution of HA core modules (#1343) @protyposis
- Code cleanup (#1348) @protyposis
- ci: workaround aiodns/pycares compatibility issue (#1351) @basnijholt
Full Changelog: v1.29.0...v1.30.1

