Skip to content

4.1.0

Choose a tag to compare

@JurajNyiri JurajNyiri released this 20 Oct 22:23
· 868 commits to main since this release

Version 4.1.0

New Features

  • Refactored binary_sensor entity handler and initializator so that we can easily add binary_sensors unrelated to motion in the future
  • Sound Detection is now exposed via binary_sensor instead of attribute on camera.

Breaking Changes

  • Sound Detection is now exposed via binary_sensor instead of attribute on camera. If you were using noise_detected attribute on camera, you will now need to start using new binary sensor binary_sensor.(your camera name)_noise.

Thank you @CFenner for inspiration for this binary_sensor.