I'm working on my smart home this morning, and I have ~150 applets in my IFTTT account. There is some weird behavior where my Google home smart speaker "forgets" commands, and you have to click the "Check Now." Now, having 150 or so applets, I can't be bothered, so I would like to automate this process so I can run it once a week.
Here is the browser code when I inspect the source for the page:
Code: Select all
<a class="btn-sm btn-outlined btn" data-track-ifttt-next-event="click" data-track-data="{"object_type":"connection_activity_check_now","object_id":"SAMPLEID","location_type":"connection_config"}">Check now</a>
Code: Select all
IEGetFromURL>https://ifttt.com/applets/SAMPLEID,IE_Inst
IEClickTag>IE_Inst,,,A,btn-sm btn-outlined btn,Check now,result
PS: I also have an Alexa, for other automation purposes, for all you smart speaker partisans
