Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: Djelibeybi/homebridge-delayed-occupancy

v2.2.0: add serial numbers to distinguish sensors

02 Aug 22:02
v2.2.0
a216e06
Compare
Choose a tag to compare

This release adds a generated UUID for each sensor so that third-party HomeKit backup tools can distinguish between them for backup purposes.

This is based purely on the name of the sensor, so here's a friendly reminder that changing the name of a sensor will delete the existing one and create a new one. This means all the automations will need to be recreated or reconfigured.

Released v2.1.2: remove dependency on Node.js LTS

18 Apr 22:06
v2.1.2
fc3d0cb
Compare
Choose a tag to compare
Removing dependency on Node.js LTS version.

v2.1.0: enable homebridge-config-ui-x support

18 Apr 18:37
v2.1.0
486320b
Compare
Choose a tag to compare

This minor update enables configuration via homebridge-config-ui-x. It also includes some documentation clean up and a fix for the excessive switch logging in the 2.0 release.

Prepatch dev release: 2.0.2-dev.0

18 Apr 04:17
v2.0.2-dev.0
f7dafb6
Compare
Choose a tag to compare
Pre-release

This is a development build of the fixed logging of switch states.

Release v2.0.1

18 Apr 00:47
v2.0.1
baf146d
Compare
Choose a tag to compare

This point release is a no-op to trigger GitHub Actions to publish the package to npmjs.com and GPR.

Release 2.0

18 Apr 00:16
4c5f673
Compare
Choose a tag to compare

This is the initial release of homebridge-delayed-occupancy but it is based on https://github.com/archanglmr/homebridge-occupancy-delay:1.0.1 so I'm versioning it at 2.0 as the config required by this new version is not backwards compatible.

The new syntax for config.json is:

"accessories": [
        {
          "accessory": "delayed-occupancy-sensor",
          "name": "Delayed Occupancy Sensor",
          "delay": 5,
          "switches": [
            "First activation switch",
            "Second activation switch"
          ]
        }
    ]

The switches list is optional. The plugin will always create at least one activation switch.