-
Notifications
You must be signed in to change notification settings - Fork 100
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
Listen to Pico Button Presses #102
Comments
The buttons are available in |
Thank you for the reply and forgive me for my ignorance. I'm newer to the programming world.
however, I don't get any responses that way. Here's my code:
I do get the buttons initially, but then my process finishes without actually 'listening' for the button presses. There is a section in the HA that shows:
however, as I dig deeper into that it doesn't appear to have much to do with lutron, though it may be more a fact that I'm just not understanding what's going on. Your help is greatly appreciated! |
Finally figured it out.
|
bridge is an instance of a Smartbridge connection:
|
|
What's the expected use? Should I be calling "connect" after the add_button_subscriber? Or some other method? |
You need to wait using asyncio (not the regular |
Hi everyone,
How does one listen for pico button presses using this library? I'd like to capture the event in my python code and then do something with it. I've searched high and low and can't quite figure this one out.
The text was updated successfully, but these errors were encountered: