4.1.0
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_detectedattribute on camera, you will now need to start using new binary sensorbinary_sensor.(your camera name)_noise.
Thank you @CFenner for inspiration for this binary_sensor.