mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-21 11:17:02 +00:00
NeW way of using Data_template for IFTTT.
This commit is contained in:
parent
af882db442
commit
8c38fcf93d
@ -11,4 +11,8 @@ tweet_engine:
|
|||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
|
|
||||||
- service: ifttt.trigger
|
- service: ifttt.trigger
|
||||||
data_template: {"event":"Facebook_Post", "Value1":" ~ tweet ~ "}
|
data_template:
|
||||||
|
event: >-
|
||||||
|
"Facebook_Post"
|
||||||
|
value1: >-
|
||||||
|
{{ tweet }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user