Changes
- Minor version bump: Make sure to update to Homebridge v1.3.3 before updating Homebridge Hue;
- Refactored the parsing of
config.json
(in preparation for move to dynamic platform accessory plugin). The parser is now strict on capitalisation of the keys. Use the Homebridge UI and/or see the Wiki for the correct spelling. Alsohost
has been removed in favour ofhosts
, which now must be an array of string values.
- Use standard definitions for adaptive light characteristics, available in Homebridge 1.3.3;
- Use standard definition for
Current Temperature
characteristics, which has a minimum value of -270 in Homebridge 1.3.3.
Enhancements
- Add support for Hue wall switch module, see https://github.com/dresden-elektronik/deconz-rest-plugin/issues/4566;
- Add support for Linkind 1-Key Remote Control, see #949.
Bug Fixes
- No checkbox for
stealth
config.json setting in the Homebridge UI.