Hi all,
I have a question that I hope you can help me with.
I was given a few dimmer switches that are non-phillips Hue switched ( Hard-wired, into the wall ), however these dimmers pair with the Hue App essentially making hue believe it is a hue light.
Now this is where I have issues, I use the homekit component and these dimmers need to be sent to home kit to show up. Now whenever I restart the dimmers go into the “room” where my home-assistant hub is, this is a issue because after a HA restart I have to move each dimmer back into the proper room and then adjust the automation’s on my iphone everytime. I hope somebody has any suggestions that will prevent this from happening.
I used to have this issue with the wemo switches, but hard coding them into my conf.yaml seemed to help but with hue since the dimmers connect to the hub instead its not the same.
I do use hassio running the latest os
This is what I have in my yaml
hue:
bridges:
- host: 192.168.xx.xx
allow_unreachable: true
allow_hue_groups: true
Thank You for your time!