Skip to content

Releases: mfkrause/homebridge-people-pro

v0.11.6

25 Apr 12:59
Compare
Choose a tag to compare
  • [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

21 Apr 10:10
e408eed
Compare
Choose a tag to compare
  • [Security] Bumped get-ip-range to ^4.0.0 due to dependabot security alert (DoS)

v0.11.4

23 Mar 11:52
8013a15
Compare
Choose a tag to compare
  • [Bug] Fixes a bug where occupancy sensors wouldn't update immediately after a ping/arp status change.

v0.11.1

13 Mar 15:48
db4d5f2
Compare
Choose a tag to compare
  • [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

08 Mar 19:27
5ec223b
Compare
Choose a tag to compare
  • [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

03 Mar 19:57
b07804c
Compare
Choose a tag to compare
  • [Feature] Adds option to add custom DNS server(s) to use for hostname look-ups prior to pinging (#8)

v0.9.3

23 Feb 12:45
72492e9
Compare
Choose a tag to compare
  • [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

22 Jan 22:15
Compare
Choose a tag to compare
  • [Improvement] "Anyone" and "No One" sensors can now also be configured as occupancy sensors.
  • [Bug/Improvement] Several stability optimizations and bugfixes.

v0.9.1

22 Jan 17:33
af28f6c
Compare
Choose a tag to compare
  • [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

22 Jan 12:44
Compare
Choose a tag to compare
  • [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