Had the incorrect Web ID. Closes #813 again.
This commit is contained in:
parent
1ab25bc816
commit
88155a5b6e
|
@ -53,7 +53,7 @@ automation:
|
|||
condition:
|
||||
- condition: template
|
||||
value_template: >-
|
||||
{%- if trigger.json.action == "created" or "closed" or "opened" or "reopened" or trigger.json.ref %}
|
||||
{%- if trigger.json.action == "created" or "closed" or "opened" or "reopened" %}
|
||||
True
|
||||
{%- else -%}
|
||||
False
|
||||
|
|
|
@ -12,7 +12,7 @@ tweet_engine_image:
|
|||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: 'ifttt/message'
|
||||
topic: 'twitter/message'
|
||||
payload: >-
|
||||
{{ tweet }}
|
||||
retain: true
|
||||
|
@ -34,7 +34,7 @@ tweet_engine_no_image:
|
|||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: 'ifttt/message'
|
||||
topic: 'twitter/message'
|
||||
payload: >-
|
||||
{{ tweet }}
|
||||
retain: true
|
||||
|
@ -282,14 +282,3 @@ tweet_engine_random:
|
|||
{%- else -%}
|
||||
{{ image(pick) }}
|
||||
{%- endif -%}
|
||||
|
||||
|
||||
# - service: ifttt.trigger
|
||||
# data: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
|
||||
|
||||
# - service: ifttt.trigger
|
||||
# data:
|
||||
# event: >-
|
||||
# facebook_tweet
|
||||
# value1: >
|
||||
# {{states.sensor.ifttt_formatted_message.state}} #IOT #SmartHome
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Reference in New Issue