Skip to content

Releases: mKeRix/room-assistant

v2.13.0

31 Jan 12:48
Compare
Choose a tag to compare

2.13.0 (2021-01-31)

Important Notes

  • iPhones and iPads can be tracked with bluetoothLowEnergy now, which will give you much better performance and reliability than using bluetoothClassic. More details can be found in the docs.
  • If you use the bluetoothLowEnergy integration on a pure NodeJS installation you should grant an additional permission for the optimal experience using sudo setcap cap_net_admin+eip $(eval readlink -f `which hciconfig`)
    • Not required for Docker, the Home Assistant add-on, Ansible installations or when you run it as root user
  • Device trackers can be auto-discovered by Home Assistant now! You can remove your manual configurations after upgrading.

Bug Fixes

  • bluetooth: attempt adapter reset on LE timeouts (386ef37)
  • bluetooth: disallow parallel resets (09d55bd)
  • bluetooth: further improve adapter stability (fef1a2c)
  • bluetooth: hard reset adapter on timeouts (112441b)
  • bluetooth: improve adapter stability (1c99d05)
  • bluetooth: improve adapter stability (27112a0)
  • bluetooth-low-energy: add timeout for app discovery (16922ac)
  • bluetooth-low-energy: end app discovery on disconnect (ac2c13d)
  • bluetooth-low-energy: improve app id sharing (b0b2f7c)
  • bluetooth-low-energy: only disconnect from connected devices (d54c53d)
  • home-assistant: do not log binary state updates (a96b566)
  • improve companion app detection (4e75511)
  • limit classic inquiry lock time (c1412cb), closes #327

Features

  • bluetooth: reset deadlocked Bluetooth adapters (4cdeb24)
  • bluetooth: reset stuck Bluetooth adapters (ab4e940)
  • bluetooth-low-energy: allow iOS tracking via BLE (17d537d), closes #309
  • bluetooth-low-energy: auto-attempt to recover scanning states (df72629)
  • bluetooth-low-energy: make regular lists case insensitive (286bd22)
  • bluetooth-low-energy: only connect to companion app devices (adc3f23)
  • bluetooth-low-energy: share discovered apps with cluster (188e76c)
  • entities: add debounce edge options (d5b92cf), closes #329
  • home-assistant: add device tracker discovery (#425) (5e3a727)
  • home-assistant: add health indicator (2ab6e42)
  • home-assistant: allow disabling of attribute updates (9d2eb5b)
  • logger: add Kibana log transporter (076df21)
  • prometheus: add metrics (d6a90ea)
  • xiaomi-mi: add device information (#362) (67427d5)
  • add toggle for heatmap (60afaa5)

v2.13.0-beta.6

26 Jan 22:45
Compare
Choose a tag to compare
v2.13.0-beta.6 Pre-release
Pre-release

2.13.0-beta.6 (2021-01-26)

Important Notes

  • This beta requires the latest build of the beta app (v0.1.0, build 4) from TestFlight.
  • The app needs to have been opened at least once on each device after it was updated before it will be detected.

Features

  • bluetooth-low-energy: only connect to companion app devices (adc3f23)

v2.13.0-beta.5

17 Jan 22:11
Compare
Choose a tag to compare
v2.13.0-beta.5 Pre-release
Pre-release

2.13.0-beta.5 (2021-01-17)

Important Notes

For a fully functioning BLE integration on instances running as non-root user you will need to grant an additional permission on your host. This is only required if you have not already done it for BT Classic.

sudo setcap cap_net_admin+eip $(eval readlink -f `which hciconfig`)

Bug Fixes

  • bluetooth: disallow parallel resets (09d55bd)
  • bluetooth: further improve adapter stability (fef1a2c)
  • bluetooth: hard reset adapter on timeouts (112441b)
  • bluetooth: improve adapter stability (1c99d05)
  • bluetooth: improve adapter stability (27112a0)
  • bluetooth-low-energy: end app discovery on disconnect (ac2c13d)
  • bluetooth-low-energy: only disconnect from connected devices (d54c53d)

Features

  • logger: add Kibana log transporter (076df21)
  • prometheus: add metrics (d6a90ea)

v2.13.0-beta.4

16 Dec 12:14
Compare
Choose a tag to compare
v2.13.0-beta.4 Pre-release
Pre-release

2.13.0-beta.4 (2020-12-16)

Bug Fixes

  • home-assistant: do not log binary state updates (a96b566)

Features

  • bluetooth: reset deadlocked Bluetooth adapters (4cdeb24)
  • bluetooth: reset stuck Bluetooth adapters (ab4e940)
  • bluetooth-low-energy: auto-attempt to recover scanning states (df72629)
  • bluetooth-low-energy: make regular lists case insensitive (286bd22)
  • home-assistant: add health indicator (2ab6e42)

v2.13.0-beta.3

06 Dec 13:54
Compare
Choose a tag to compare
v2.13.0-beta.3 Pre-release
Pre-release

2.13.0-beta.3 (2020-12-06)

Important Notes

  • This release will cause all entities of the Xiaomi Mi integration to be recreated in Home Assistant due to a changed ID.

Bug Fixes

  • bluetooth-low-energy: add timeout for app discovery (16922ac)
  • bluetooth-low-energy: improve app id sharing (b0b2f7c)
  • limit classic inquiry lock time (c1412cb), closes #327

Features

  • entities: add debounce edge options (d5b92cf), closes #329
  • home-assistant: allow disabling of attribute updates (9d2eb5b)
  • xiaomi-mi: add device information (#362) (67427d5)

v2.13.0-beta.2

12 Nov 19:36
Compare
Choose a tag to compare
v2.13.0-beta.2 Pre-release
Pre-release

2.13.0-beta.2 (2020-11-12)

Bug Fixes

  • improve companion app detection (4e75511)

Features

v2.13.0-beta.1

11 Nov 20:37
Compare
Choose a tag to compare
v2.13.0-beta.1 Pre-release
Pre-release

2.13.0-beta.1 (2020-11-11)

Bug Fixes

  • bluetooth: attempt adapter reset on LE timeouts (386ef37)

Features

  • bluetooth-low-energy: allow iOS tracking via BLE (17d537d), closes #309
  • bluetooth-low-energy: share discovered apps with cluster (188e76c)

v2.12.0

09 Nov 22:35
Compare
Choose a tag to compare

2.12.0 (2020-11-09)

Features

  • bluetooth-low-energy: add batteryMask for iBeacons (#337) (ac9717f)
  • generate heatmaps w/o native dependencies (ee8310c)

v2.11.3

31 Oct 22:12
Compare
Choose a tag to compare

2.11.3 (2020-10-31)

Bug Fixes

  • bluetooth-classic: handle exceptions more elegantly (241a251)
  • bluetooth-low-energy: fix EALREADY errors (ace9be2), closes #316 #302

v2.11.2

27 Oct 23:00
Compare
Choose a tag to compare

2.11.2 (2020-10-27)

Bug Fixes

  • home-assistant: fix MQTT options (931b223), closes #321