Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

Add ability to enable adaptive lighting in lightbulb devices #202

Open ajschwieterman opened 1 year ago

ajschwieterman commented 1 year ago

There are some lights, like the Nanoleaf Strip Essentials, that allow the user to enable adaptive lighting, allowing the colors of the lights change based on the time of day.

https://support.apple.com/guide/iphone/control-accessories-iph0a717a8fd/16.0/ios/16.0

PimV5755 commented 12 months ago

You can do that yourself by adding NTP to get the time and from there on you can do whatever you want. You have to update homekit know what you have changed in the setting to keep them in sync.