🎉 It’s time for ha-floorplan v1.1.0! 🎉
This release is packed with small but meaningful improvements for users — and a major milestone behind the scenes: the introduction of automated testing! 🧪 There’s still lots to work on, but this is a solid step in the right direction.
🚀 What’s new?
- 💡 You can now target a specific element within service_data in
image_set
. - 🔧 Default state_action is now supported – fixes #539 and #540.
- 🛠️ Streamlined CI/CD workflows and pipeline tweaks – resolves #481.
- ✅ Automated testing for ha-floorplan is now a thing! This sets the stage for more stable releases going forward.
- ❤️ We’ve added a FUNDING.yml—you can now support the project and help it grow!
If you love this project and want to support its continued development, consider sponsoring it! ☕ Every bit of support means the world!
What's Changed
- Update HACS instructions by @OzGav in #494
- Grammer updates to quick-start.md by @codr in #495
- Feat/allow element in nested action service data by @exetico in #520
- Cicd/workflow tweaks and cleanup by @exetico in #524
- Skip docs build if non-final version by @exetico in #525
- Cicd/bugfix docs build package version check by @exetico in #526
- Maintenance/bump resources by @exetico in #527
- Check Git Diff Bugfix by @exetico in #528
- Docs/last commit add branch by @exetico in #529
- Bugfix/reintroduce entity element match support by @exetico in #530
- Reintroduce debug for diff check by @exetico in #531
- Update name in HACS by @exetico in #532
- Remove zip_release key as that's only supported by integrations by @exetico in #534
- Update logics around releases by @exetico in #535
- Bump version by @exetico in #536
- Allow default state_action - Fixes #539 and #540 by @exetico in #541
- Bump version by @exetico in #542
- Create FUNDING.yml by @exetico in #543
- Introduce default duration if states === string (custom function to eval) by @exetico in #544
- Simplify the base and head check by @exetico in #547
- Dev/testing impl step 1 by @exetico in #545
New Contributors
Full Changelog: v1.0.48...v1.1.0