esphome-stream-server
esphome-stream-server copied to clipboard
Add `binary_sensor`
Fixes #8. Based on https://github.com/thegroove/esphome-zbbridge/blob/main/custom_components/serial_server/binary_sensor.py.
@oxan Anything else needed before we can merge this?
Looks good!
@oxan are you still interested in this change?
This is a much needed feature!
Hi! Sorry for the silence, I've neglected this project quite a bit over the last year.
Tonight I've finally finished the major refactoring to port to ESPHome's socket abstractions, which is in PR #25. I've also squashed this PR into that branch, albeit somewhat refactored to not create the binary sensor as a separate component. I want to do some more testing over the weekend, but if that succeeds I'll merge that one into master and we're finally done with this. Thanks for your contribution in any case!
The functionality from this PR has been merged with #25.