Update to IFTTT Cloudhook #426

This commit is contained in:
ccostan 2020-02-14 02:24:03 -05:00
parent 8482b49e02
commit 18dd10bb00
3 changed files with 10 additions and 7 deletions

View File

@ -165,11 +165,12 @@ group:
automation:
- alias: 'New Twitter follower!'
trigger:
- platform: event
event_type: new_follower
platform: event
event_type: ifttt_webhook_received
event_data:
action: new_follower
condition:
- condition: state
entity_id: group.bed
@ -184,10 +185,12 @@ automation:
media_content_type: audio/mp4
- alias: 'Closed Github Issue'
trigger:
- platform: event
event_type: closed_github
platform: event
event_type: ifttt_webhook_received
event_data:
action: closed_github
action:
- service: script.tweet_engine_image

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 97 KiB