-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Enhancement] Support for Buttons #195
Comments
Can you provide the attributes and state of an button entity? |
Okay, so buttons don't have an "on" or "off" state. We could simulate an "on / off" unit, but we won't be able to determine an "on" or "off" state. |
I should uploud a new photo as it has a state once you press the button, looks like a timestamp when it was pressed. But isn't there already an official matter implementation? |
Yes i have tested this with a helper, too. No more screenshot needed.
I couldn't find one. But maybe i'm just stupid 😀 |
I need to correct myself. There is a device type for it in matter: |
This would be very useful to control IR devices. Thanks |
Agree, i solved it with a switch that automatically turns itself off after 3 seconds, so effectively its a push button. Nevertheless it would be better to have a more correct implementation. |
I've had a look at generic Switch devices in matter in combination with Alexa. It seems they are represented as a "remote control" in Alexa. And they cannot be triggered from Alexa. They can only be used to trigger an Alexa routine. Therefore if you want to trigger an input button from alexa / GH etc. we need something different. |
This will be included in the next release later today. |
Still not released right? I tried but input buttons are not recognized. Thanks |
It's unfortunate that Alexa doesn't allow triggering generic switches... It seems like such a basic thing. I tested the new input button support, but it doesn't appear to be working properly with Alexa. Created a simple automation that triggers just fine via HA, but the Alexa switch doesn't have any effect. I am trying to get my Roborock S5 to clean specific rooms via Alexa, but I think Alexa Matter support doesn't allow to specify rooms (yet?). Apparently the roborock skill (only applies to newer models) allows that though: https://www.reddit.com/r/Roborock/comments/lbfdby/alexa_can_clean_rooms_now/ |
I tested it with Google home. On Google home you press it and after a few
seconds turns it off as you said but nothing gets registered on home
assistant. Only appears in logbook if you press it on home assistant
El vie, 20 dic 2024, 10:14, Luis von der Eltz ***@***.***>
escribió:
… It's unfortunate that Alexa doesn't allow triggering generic switches...
It seems like such a basic thing.
I tested the new input button support, but it doesn't appear to be working
properly with Alexa. Created a simple automation that triggers just fine
via HA, but the Alexa switch doesn't have any effect.
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKNFL46G6L7WFCF4JYXGRQT2GPNYLAVCNFSM6AAAAABSMK7XWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWGU4DIOJWGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Please add support fur buttons.
I currently use the addon for starting an my home assistant dashboard cast to my google nest hub. Which works with input-booleans but buttons would be nicer
The text was updated successfully, but these errors were encountered: