Skip to content
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

Feature Request - Expose Keypad Button Presses for RA3 System #162

Open
lraesly opened this issue Mar 6, 2024 · 2 comments
Open

Feature Request - Expose Keypad Button Presses for RA3 System #162

lraesly opened this issue Mar 6, 2024 · 2 comments

Comments

@lraesly
Copy link

lraesly commented Mar 6, 2024

It looks like keypad button presses are not sent to Home Assistant. It would be very helpful with automations to have HA automations fire when a specific keypad button is pressed.

I can see the entities associated with a keypad button but they appear (and documentation says) that they are stateless. Not certain how to trigger an automation without a state change.

@kyleaa
Copy link

kyleaa commented Mar 6, 2024

The button press comes through as an event, not as state. Use the Device automation trigger and all of your keypad buttons should appear. Here's a sample YAML from one of my automations

trigger:
  - platform: device
    device_id: f3d6a18998e576203788d91de043a5e7
    domain: lutron_caseta
    type: press
    subtype: Button 1

@lraesly
Copy link
Author

lraesly commented Mar 6, 2024

Thanks, I see now. My confusion was that a keypad is listed twice in the device list. One has triggers and one has no triggers. I kept selecting the wrong one.

Just curious, do you know what the second device with no triggers is used for?

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants