Skip to content

Releases: aarons22/homebridge-bond

3.2.1

15 Dec 02:24
Compare
Choose a tag to compare
  • Fixed issue where decrease fan speed did not work (#72)
  • added Preset action for shades (#118)

3.2.0

10 Nov 02:29
Compare
Choose a tag to compare
  • Added config validation to hopefully clear up issues with invalid configs
  • Added Increase/Decrease fan speed buttons (#72)
  • Fixed separate dimmers issue (#105)

3.1.2

02 Nov 13:41
Compare
Choose a tag to compare
  • Fixed issue where brightness slider was unintentionally added to lights

3.1.1

29 Oct 21:33
Compare
Choose a tag to compare
  • Fixed issue where brightness was being exposed to incorrect devices (#112)

3.1.0

29 Oct 01:49
Compare
Choose a tag to compare
  • Added support for Light accessory, which includes brightness slider if the device supports it.

3.0.0

29 Sep 23:36
Compare
Choose a tag to compare
  • 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).
  • Up/Down fan light features
    • Added ToggleState switches
    • Added Dimmer switches

3.0.0 Beta 2

24 Sep 01:02
Compare
Choose a tag to compare
3.0.0 Beta 2 Pre-release
Pre-release
  • Fixed issue where new subType approach for switches didn't account for cached accessories
  • Fixed github Actions issue

3.0.0 Beta 1

22 Sep 02:26
Compare
Choose a tag to compare
3.0.0 Beta 1 Pre-release
Pre-release
  • 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

22 Sep 02:26
Compare
Choose a tag to compare
3.0.0 Beta 0 Pre-release
Pre-release

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).

2.8.9

01 Sep 01:46
Compare
Choose a tag to compare

another attempt at handling bonds with duplicate ids