Skip to content

v2.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 20:00
· 97 commits to main since this release

2.18.0 (2021-05-24)

Important Notes

sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
  • For systemd service users: You need to update your service unit file to make use of the new watchdog feature. For an example, view the updated documentation.
    • Existing setups will continue to run, change is only required if you want to make use of the new feature.
    • Ansible managed installations will automatically update when you pull the latest changes from the ansible-playbooks repository.
    • You may need to install an additional system dependency to use this feature when not using Ansible:
sudo apt-get install libsystemd-dev

Bug Fixes

  • logger: prevent Loki log transport from interfering (1a4d662)
  • thermopile: speed up heatmap generation (0da4ff6), closes #721

Features

  • bluetooth-low-energy: add health indicator for advertisement timeouts (f0cea61)
  • status: support systemd watchdog (6d1816d)
  • home-assistant: mark entities as unavailable on disconnect, shutdown & crash (91b7cc1), closes #181 #348