Releases: aarons22/homebridge-bond
Releases · aarons22/homebridge-bond
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
- BPUP Support! (#62)
- This keeps the state of the HomeKit device in lockstep with the Bond, and it reduces the number of API calls by 3x! The end result is a much more seamless experience and (hopefully) fewer instances of "No Response" or "Loading" on your Home tiles
- This also has the side effect of preventing HomeKit from polling the same device for multiple state attributes (for users with a lot devices, this is going to be very noticeable). (#81)
- Ability to fix state (#75)
- If BPUP doesn't solve all of your device state woes (for example, with a device that is also controlled by a remove), you can enable the
include_toggle_state
option in your config, which will add a toggle switch to your device in HomeKit. This is available for any device that has power, light or open device states (essentially everything except fans and dimmers).
- If BPUP doesn't solve all of your device state woes (for example, with a device that is also controlled by a remove), you can enable the
- Up/Down fan light features
- Added ToggleState switches
- Added Dimmer switches
3.0.0 Beta 2
- Fixed issue where new subType approach for switches didn't account for cached accessories
- Fixed github Actions issue
3.0.0 Beta 1
- Added ToggleState switches for Up/Down fan light
- Added Dimmer switches for Up/Down fan light
- Fixed potential conflicts when multiple switches are added to a device
- Cleaned up API code
- Cleaned up Fan accessory code
3.0.0 Beta 0
Most of the plugin has been re-written to be more scalable for different device types and use cases. There are also a few new features:
- BPUP Support! (#62)
- This keeps the state of the HomeKit device in lockstep with the Bond, and it reduces the number of API calls by 3x! The end result is a much more seamless experience and (hopefully) fewer instances of "No Response" or "Loading" on your Home tiles
- This also has the side effect of preventing HomeKit from polling the same device for multiple state attributes (for users with a lot devices, this is going to be very noticeable). (#81)
- Ability to fix state (#75)
- If BPUP doesn't solve all of your device state woes (for example, with a device that is also controlled by a remove), you can enable the
include_toggle_state
option in your config, which will add a toggle switch to your device in HomeKit. This is available for any device that has power, light or open device states (essentially everything except fans and dimmers).
- If BPUP doesn't solve all of your device state woes (for example, with a device that is also controlled by a remove), you can enable the