Releases: ebaauw/homebridge-ws
Releases · ebaauw/homebridge-ws
v2.7.8
v2.7.7
v2.7.6
v2.7.5
v2.7.4
v2.7.3
v2.7.0
Minor Version
This version uses a new internal representation of Eve history, causing cached history entries by a previous version to be ignored. To prevent gaps in your history, please make sure to download the history in Eve on all your devices, before upgrading Homebridge WS.
Enhancements
- Use Motion Sensor (instead of Leak Sensor) for rain/snow notifications:
- Allows for push notifications to be enabled or disabled in Home app (this was no longer possible for Leak Sensor notifications since iOS 15);
- Adds Eve history and Last Activation for Motion Detecteced;
- Remove the
noLeak
config.json setting.
Bump Dependencies
- NodeJS v18.13.0 LTS;
- Homebridge v1.6.0;
- homebridge-lib v6.2.0.
v2.6.3
v2.6.2
v2.6.1
Breaking Changes
The weather report and configuration characteristics, have moved from the Leak Sensor service to a different Resource service. Because of this, HomeKit loses any associations of the characteristics from the old service, and treats the characteristics of the new service as new. In particular, you will lose any automation conditions on these.
Enhancements
- Split the Weather service into a proper Leak Sensor (that can be left out when
noLeak
is set), and a custom Resource service for the custom characteristics exposing the weather report and accessory settings. This will cause HomeKit to remove these custom characteristics from any HomeKit automations and scenes. iOS 16 displays Leak Sensors differently, wanting people to remove the Leak Sensor rather than simply not triggering it (as was done in #26). See Discord for details. - Expose the forecast services on the forecast accessory as Resource (instead of Leak Sensor), when
noLeak
has been set. This will cause HomeKit to remove the forecast characteristics from any HomeKit automations and scenes, on upgrade and any time thenoLeak
setting is changed.
Bump Dependencies
- NodeJS v16.17.1 LTS;
- homebridge-lib v5.6.8