github mKeRix/room-assistant v2.14.0

latest releases: v3.0.0-beta.5, v2.20.0, v3.0.0-beta.4...
3 years ago

2.14.0 (2021-02-28)

Important Notes

For NodeJS installs: This release drops official support for NodeJS 10.x, as its nearing EOL later this year. It is recommended that you upgrade to NodeJS 14.x, although anything 12.x and up is supported. You can use the following commands to do so:

For Pi Zero devices:

wget -O - https://gist.githubusercontent.com/mKeRix/88b7b81e9bca044f74de1dc51696efb2/raw/799a20bca44cc61d8f8ae93878f2f28af8365a69/getNodeLTS.sh | bash

For Ubuntu/Debian devices (e.g. Raspberry Pi 3 or 4):

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs

For other devices check the official installation docs

Bug Fixes

  • bluetooth: respect connecting state during retry (8f36d87)
  • entities: prevent dates from being proxied (d861486)

Features

  • add generic MQTT integration (848a25b), closes #434
  • bluetooth-classic: allow id overrides (f5fc88d)
  • bluetooth-low-energy: allow id overrides (e41034e), closes #433
  • entities: bunch entity updates together (52f0197)
  • home-assistant: add discoveryPrefix option (#546) (1056bb5)

Don't miss a new room-assistant release

NewReleases is sending notifications on new releases.