🎉 3.7.0 🎉
Changes
- Fixes a bug for some HOOBS users
- Initial support for a 4-garage door accessory simulation with a 4CH sonoff accessory
⚠️ REMINDER Configuration Changes (From 3.5.*)
Please read this if you use any of the following configuration options:
hideMasters
- to hide SW0 channels of lights/switcheshideFromHB
- to hide SW1, SW2 (etc) channels of lights/switchesipOverride
- to override a device’s IP addressnameOverride
- to override a device’s name when added to Homebridge
There are breaking changes to these configuration options in this update.
hideMasters
andhideFromHB
have been merged into a single configuration optionhideChanFromHB
. You will need to add SW0 to the end of master device channels that were hidden, as the SW0 was not needed inhideMasters
but now is required inhideChanFromHB
.ipOverride
andnameOverride
have a new format, needed so they no longer disappear if you use the plugin settings window to update the plugin configuration
If you use any of the above options, I would recommend (1) taking a (copy+paste) backup of your current configuration and (2) reviewing the new formats for these options in the homebridge-ewelink wiki.