-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pico remote support to non-pro lutron caseta bridges #61032
Conversation
Hey there @swails, mind taking a look at this pull request as it has been labeled with an integration ( |
ad73e8f
to
400129c
Compare
400129c
to
6404e88
Compare
No changes, rebase for conflict only |
I have tested this with my own hardware (I only have the 5-button remotes) and it seems to be doing the right thing, at least for the buttons I tested. Incidentally, did you intend to remove the "ignore" directive from |
Maybe at some point, but not for this PR |
Thanks! Glad to know its working for someone else. I have all the remote models except the 3 button one (I'm not sure they actually even exist). |
- Button presses are now monitored via LEAP - Telnet support is no longer required and lip usage has been removed - Requires gurumitts/pylutron-caseta#81 - Changelog: gurumitts/pylutron-caseta@v0.11.0...v0.12.0
rebase only, no changes |
5945243
to
8073f3b
Compare
Thanks 👍 |
Proposed change
Button presses are now monitored via LEAP (appears to be slightly less latent)
Tested with all 3 models -- Smart Bridge (L-BDG2-WH), Smart Bridge PRO (L-BDGPRO2-WH), and RA2 Select (RR-SEL-REP2-BL) models.
Telnet support is no longer required and
lip usage has been removed
Requires add support for pico button events gurumitts/pylutron-caseta#81
Requires Fix shades remotes gurumitts/pylutron-caseta#84
Changelog: gurumitts/pylutron-caseta@v0.11.0...v0.13.0
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: