Hello everyone, I’ve been diving into the world of Home Assistant for quite some time now, and it’s been an incredible journey! As I’ve explored more, I’ve started developing some custom components to suit my specific needs. I wanted to share them with the community and get your feedback on whether they might be useful for others.
Over the past year, I’ve created a few components that have been working well for me. Here’s a quick rundown:
- media_player.yamaha_ynca: This component allows control of Yamaha receivers using the YNCA protocol, which is great for older models like mine from 2011.
- cover.rpi_gpio_pulse: Designed for my projector screen, this component mimics remote button presses using GPIO pulses, which I find more reliable than the standard garage door opener approach.
- binary_sensor.rpi_gpio_poll: A polling variant of the binary sensor, which I’ve found more consistent than the event-based method, especially with some hardware debounce issues.
I’ve been wondering if these components would be beneficial to others. I’ve heard there are already a couple of Yamaha components out there, so I’m curious if there’s a need for another, especially one that focuses on serial ports. I’d love to hear your thoughts on this!
If you’re interested, I’ve shared these components on my GitHub repository. I’d appreciate any feedback or suggestions you might have. Let’s make Home Assistant even better together!
Thanks in advance for your insights! ![]()