🎉 3.12.0
⚠️ Breaking Changes
- If you currently use the 2 irrigation valves accessory simulation please follow these steps before updating:
- In the eWeLink section of your Homebridge configuration, find the line
"type": "valve",
and change this to"type": "valve_two",
. - Do not restart Homebridge (even if it suggests you do)
- Update this plugin
- Homebridge can be restarted now
- In the eWeLink section of your Homebridge configuration, find the line
New Features
- New accessory simulation - 1 irrigation valve using a single channel device
- New device support - B02-F filament bulbs (with colour temperature)
Improvements
- Fixed an issue with the TH10/TH16 where the switch would not appear as the primary service (accessory cache reset required)
- Fixed an issue where multi-switch devices were not updated in certain situations
- Added a random delay for switch updates (between 10-500 milliseconds) to split up simultaneous requests (ie HomeKit scenes)
- Added header logo and wiki links to the plugin settings screen
- Updated the readme with more wiki links
Backend
- Bump
ws
dep to 7.4.0