Hi all! I have had a couple of RF ceiling fans for a while that I’ve really wanted to integrate into Home Assistant. Since no components to control my fans existed, I created my own. It uses a Bond Home Hub (https://bondhome.io/), and a Python library I wrote to talk to the hub.
I literally just got the light turning on and off tonight, so it’s rough, and doesn’t have many features. I’ve seen folks posting here about wanting Bond integration though, so I thought I would share where I’m at and perhaps others can help improve the codebase. I’m still really really new to HA development, and I’m by no means a Python expert.
It uses the Bond Local API so if you’re running a v2 firmware that has the local API, and want to try it out, head over to https://github.com/nguyer/homeassistant-bond-home for instructions on setting up the component. Feedback and PRs are most welcome!