This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
v4.0.0
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']
.
- Valid options are
- 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)