You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[Improvement] Set node-persist to ignore parse errors to stop crashing the plugin on read errors
[Improvement] Sets "undefined" characteristics to either 0 or minValue to prevent future Homebridge errors
[Improvement] Adds offDryMode configuration option to the airconditioner accessory. Thanks @pixeleyesltd
[Improvement] Adds stateless configuration switch option to have a switch "forget" its state
[Improvement] Adds Eve History service support. This can be disabled by adding "noHistory":true to your config
[Improvement] Moves onTemperature and onHumidity logging to Debug only, reducing noice in the logs from all updates
[Bug] Fixes mac address formatting error when using manual hosts devices #266
[Bug] Fixes Accessory mac address formatting to support all formats the hosts section does - and improve matching to devices.
[Bug] Stopped MQTT updates from defaulting to 0 when the topic isn't found. This does create messages that the plugin is slowing homebridge until MQTT updates are received.