Select Google Assistant
Choose a trigger : Say a simple phrase
Complete the trigger : Turn on the bedroom lights
Select that
Select webhook
Select make a web request
Complete action fields
URL: https://ifttt.sinric.pro/v1/actions
Method: POST
Content Type (optional) : application/json
Body:
{
"api_key":"API key from Portal -> Credentails -> API Key",
"device_id":"device id from Portal -> Devices",
"action":"setPowerState",
"value":{
"state":"On"
}
}
Demo Google Home:
This document is open source. See a typo? Please create an issue