Releases: mfkrause/homebridge-people-pro
Releases · mfkrause/homebridge-people-pro
v0.11.6
- [Bug] Reverted
local-devices
package back to npm registry due to possible installation problems of the plug-in in v0.11.5.
v0.11.5
- [Security] Bumped
get-ip-range
to ^4.0.0
due to dependabot security alert (DoS)
v0.11.4
- [Bug] Fixes a bug where occupancy sensors wouldn't update immediately after a ping/arp status change.
v0.11.1
- [Improvement]
anyoneSensor
now defaults to false
.
- [Bug] Fixes an unhandled exception on plug-in start when an invalid or incomplete config was given.
- [Bug] Fixes typo on the
excludeFromWebhook
config option.
- [Bug] Fixes several default config values.
v0.11.0
- [Feature] You can now use a MAC address as a target. The corresponding IP address will be looked up through ARP before each sensor update (#9).
v0.10.0
- [Feature] Adds option to add custom DNS server(s) to use for hostname look-ups prior to pinging (#8)
v0.9.3
- [Bug] Fixed last activation callback handler when the sensor has not been activated in the past - fixes a warning message about the plugin slowing down Homebridge in Homebridge >= v1.3.1.
v0.9.2
- [Improvement] "Anyone" and "No One" sensors can now also be configured as occupancy sensors.
- [Bug/Improvement] Several stability optimizations and bugfixes.
v0.9.1
- [Feature] Sensors can now optionally be occupancy sensors instead of motion sensors (however this will disable fakegato support)
- [Improvement] Completely removed
cacheDirectory
config, defaulting to the Homebridge storage path
- [Bug] Fixed plugin start-up on macOS
v0.9.0
- [Feature] "Anyone" and "No One" sensors can now be renamed
- [Feature] Added config schema for GUI configuration
- [Improvement] Webhooks are now an optional configuration so that the webserver is not exposed unnecessarily
- [Improvement] Specific targets / sensors can now be excluded from webhook functionality
- [Improvement] Renamed
ignoreReEnterExitSeconds
option to ignoreWebhookReEnter
to make functionality more clear
- [Code] Added documentation in code