Update to IFTTT Cloudhook #426
This commit is contained in:
parent
8482b49e02
commit
18dd10bb00
|
@ -165,11 +165,12 @@ group:
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: 'New Twitter follower!'
|
- alias: 'New Twitter follower!'
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
platform: event
|
||||||
event_type: new_follower
|
event_type: ifttt_webhook_received
|
||||||
|
event_data:
|
||||||
|
action: new_follower
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: group.bed
|
entity_id: group.bed
|
||||||
|
@ -184,10 +185,12 @@ automation:
|
||||||
media_content_type: audio/mp4
|
media_content_type: audio/mp4
|
||||||
|
|
||||||
- alias: 'Closed Github Issue'
|
- alias: 'Closed Github Issue'
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
platform: event
|
||||||
event_type: closed_github
|
event_type: ifttt_webhook_received
|
||||||
|
event_data:
|
||||||
|
action: closed_github
|
||||||
|
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.tweet_engine_image
|
- 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 |
Loading…
Reference in New Issue