You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to activate the Assist through the automation for the continue conversation but it seems to me that the button press function just doesn't work so I can't activate Assist through the automation as wished.
Attached is a picture for clearer explanation.
Pressing the physical button still work but this won't answer my call on automation. This is why I hope the button press function would work so that it could serve as a way to activate Assist with the automation.
Are there anyway to make the button press function work as it should?
The text was updated successfully, but these errors were encountered:
I read the YAML file for the firmware and the single button press is hardwired to be processed by the device only (start assistant, cancel timer, whatever is relevant) and the event is not forwarded to Home Assistant. Only double/triple clicks and long presses are sent.
To change that you'll need to take over the device in ESPHome and modify the YAML/firmware to do something differently.
With that said, one suggestion to the developers that is very simple to implement is to expose a switch to HASS that when turned on will make the device forward single-clicks instead of starting the assist process. Therefore you can still cancel timers and everything else as usual, the only difference is when the device is idle.
Hi ,
I'm trying to activate the Assist through the automation for the continue conversation but it seems to me that the button press function just doesn't work so I can't activate Assist through the automation as wished.
Attached is a picture for clearer explanation.
Pressing the physical button still work but this won't answer my call on automation. This is why I hope the button press function would work so that it could serve as a way to activate Assist with the automation.
Are there anyway to make the button press function work as it should?
The text was updated successfully, but these errors were encountered: