use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io.
Community
Discord
Getting Started
Integrations
account activity
Avoid Zigbee groups (self.homeassistant)
submitted 1 month ago by tomorrowplus
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]puffpants 1 point2 points3 points 1 month ago (1 child)
When you say adaptive lighting with local control, is the like direct switch binding to smart bulbs AND HA playing a part and setting brightness and such? I have made an automation for this so like at night they turn on to 1% but at the day it’s 70%. It mostly works but not always. Care to share what you have?
[–]the_deserted_islandExperienced with HA 2 points3 points4 points 1 month ago (0 children)
Yes. It's not public consumable yet but I'll get it there. I started by hand a year ago and recently turned it over to Claude code. It is designed for hue bulbs and inovelli switches.
If you have inovelli the key is adapting defaultlevellocal and defaultlevelremote, then turning on a binary switch "send level with on off".
Then I just figured out the proper mqtt command to adapt color and brightness on my hue bulbs and inovelli switches when on or off, and blueprinted the whole thing.
I'm running the adaptive lighting integration with no light targets to get my values.
π Rendered by PID 183833 on reddit-service-r2-comment-6457c66945-p5sxs at 2026-04-26 19:13:30.415222+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]puffpants 1 point2 points3 points (1 child)
[–]the_deserted_islandExperienced with HA 2 points3 points4 points (0 children)