Releases: mtgeekman/Home_Assistant_NeoSmartBlinds
Fix HACS.json versioning
V2.3.1 Update Deprecated Constants (FIXED zip)
Just a release to fix the files in the zip... Sorry about that!
V2.3 Update Deprecated Constants
Thanks to @JBDenton for working on this!
Updated feature constants to use the new CoverEntityFeature's
2.2.5 Change manifest to stop issues with the requests version
Changed requests version from == to >=
Thanks @BillyFKidney !
Bump Requests version
Fixing requests version.
V2.2.3 Bump requests version
Bumping the version of the requests module to 2.28.2
V2.2.2 Some fixes
200ms added to Timing for multiple blinds, Thanks @DavithkbY
- fix for 'Peer closed connection'
bump requests to 2.28.2, @TheHigs
- fix for Home Assistant 2023.3.1
V2.2.1 potential fix for HACS install
I have adjusted the folder structure in the zip file to hopefully fix the issues with installing via HACS.
V2.2 Released fix for HASS 2022.7
This release manages the rate of commands sent to the hub which should generally improve responsiveness with multiple blinds or issuing multiple commands to the same blind in quick succession. In the case that multiple blinds are registered within the same room in the neosmartblind app, this integration now allows you to optionally set the group code on each blind and if the same command is issued to all blinds in the group/room then the command is issued to the room code instead of each individual blind. Not only does this improve responsiveness but it looks much neater when all of the blinds start and stop at the same time!
If you currently have a room/group code set as a cover in the Home Assistant configuration, you can change this to a cover group in Home Assistant and configure each member of the group with a parent code. Using the cover group will automatically use the parent code. The benefit of this approach is that the cover state/position will remain in sync between the group and the individual blinds.
- Allow Group Codes per blind
- Make aggregation sleep, wake ASAP
- Catch scenario where the wait is terminated due to command mismatch
- Updated requirements.txt
- Ensure the stop state is consistent if the hub doesn't respond
Fix for HA 2022.3
Small fix to allow this addon to keep working in 2022.3
Bumped version of requests in manifest,json to 2.27.1