Skip to content

Instantly share code, notes, and snippets.

@mgarces
Last active January 14, 2020 11:16
Show Gist options
  • Save mgarces/cf8b161a791f169649ff216d32ed537f to your computer and use it in GitHub Desktop.
Save mgarces/cf8b161a791f169649ff216d32ed537f to your computer and use it in GitHub Desktop.
HomeAssistnat - webhook garage door
- id: 'iftt_garage_door'
alias: ITTT garage door
description: ''
trigger:
- platform: webhook
webhook_id: garage-door
condition: []
action:
- data:
entity_id: switch.garage
service: switch.toggle

just add IFTTT Applets

IF

button press

THAT

use webhook

  • URL: https://<your_hassio_url/api/webhook/garage-door
  • Method: POST

On device:

iOS

just add it on the widgets shortcuts on the left

Android

add a widget to the "desktop"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment