Skip to content

v10.0.0-beta.7

Pre-release
Pre-release

Choose a tag to compare

@dgreif dgreif released this 07 May 21:02
· 383 commits to main since this release

Bug Fixes

  • homebridge: add name option to schema so that it won't be removed by config-ui (af6755a), closes #870
  • include device name when setting push token (2466a25), closes #920
  • npm audit fix (c1fe605)
  • remove doorbell press simulation options (e1d1225)

Features

BREAKING CHANGES

  • The sendDoorbellMotionNotificationsToTv and sendCameraMotionNotificationsToTv options have been removed. These options were originally inteded as a workaround for the fact that tvOS would only automatically start streaming for doorbell presses and not for motion events. tvOS 15 now supports this features as an option in the UI, so we no longer need this option at the plugin level.