Warning: homebridge-hue v0.2.x uses different HomeKit services and custom characteristics than v0.1.x for Hue taps, Hue dimmer switches, theDaylight
sensor, CLIPGenericStatus
sensors. These services and characteristic will be missing from HomeKit scenes and triggers, after updating to v0.2.
This release contains the following changes:
- Hue tap and Hue dimmer switches are now supported as four-button programmable switches in Apple's Home app under iOS 10.3 (issue #54);
- Different
ColorTemperature
characteristic (in Kelvin), supported by Eve 6.2 (issue #35); - Support for
ZLLLightLevel
sensor'sdark
anddaylight
attributes through custom characteristicsDark
andDaylight
(issue #8); Daylight
sensor now exposed as light sensor;CLIPGenericStatus
sensor now exposed as custom service with customStatus
characteristic;- Changes to sensor config: new custom characteristic
Enabled
for enabling/disabling sensors;BatteryLevel
in separateBatteryStatus
service (issue #9); - A Hue bridge schedule is now supported as an additional custom service to the bridge accessory, with the custom
Enabled
characteristic; - A Hue bridge rule is now supported as an additional custom service to the bridge accessory, with the custom characteristics
Enabled
,LastTriggered
, andTimesTriggered
; - Custom characteristic
Resource
now shows the corresponding bridge resource for the service; - Improved logging and error reporting.