Hi all, I was just wondering if anyone had any thoughts about the best way to achieve the following…
I have an ESP based satellite in the office, which works fine, but I sometimes feel like it would be easier to just press a button on my desk, which would activate the satellite, instead of using a wake word.
I was just wondering if anyone’s done anything similar? I have for example a spare SmartThings button doing nothing right now, and was wondering if I could use that to activate assist on the existing office satellite?
Just in case anyone is interested, I found a way to activate Assist on an ESPhome based device, using any other entity. Depending on the entity type, you will need to look in the logs of the ESPhome device, after adding the following code to your ESP config. Then change the ‘state’, so that the right state activates Assist.
And as extra info, I had to use a toggle helper as the entity, as the state reporting from the zigbee button (Smartthings) didn’t give a state that could be used. So instead, I turned on a toggle helper with my zigbee button, which in turn activated Assist. Works great!