Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@Brandawg93 Brandawg93 released this 29 Jul 16:54
· 677 commits to master since this release

NEW

  • New Motion Services (closes #148)
    • There are now motion sensors for motion, person, sound, package delivered, package retrieved, and each face set up in your Nest account.
    • These sensors are based on your devices' capabilities.
    • You can hide sensors using the new alertTypes config.json option by supplying an array of the motion events you would like to receive.
      • Valid options are ['Motion', 'Sound', 'Person', 'Package Delivered', 'Package Retrieved', 'Face'].
  • ffmpeg-for-homebridge has been updated to 0.0.7 which gives better error handling for Mac users.
  • The login function can now take a custom path for chromium using the -p flag (e.g. node dist/login.js -p '/path/to/chromium-browser'). (closes #143)

FIX

  • The new ip utility has been optimized (thanks @dgreif)