Had the incorrect Web ID. Closes #813 again.
This commit is contained in:
parent
1ab25bc816
commit
88155a5b6e
|
@ -53,7 +53,7 @@ automation:
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_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
|
True
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
False
|
False
|
||||||
|
|
|
@ -12,7 +12,7 @@ tweet_engine_image:
|
||||||
sequence:
|
sequence:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
topic: 'ifttt/message'
|
topic: 'twitter/message'
|
||||||
payload: >-
|
payload: >-
|
||||||
{{ tweet }}
|
{{ tweet }}
|
||||||
retain: true
|
retain: true
|
||||||
|
@ -34,7 +34,7 @@ tweet_engine_no_image:
|
||||||
sequence:
|
sequence:
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
topic: 'ifttt/message'
|
topic: 'twitter/message'
|
||||||
payload: >-
|
payload: >-
|
||||||
{{ tweet }}
|
{{ tweet }}
|
||||||
retain: true
|
retain: true
|
||||||
|
@ -282,14 +282,3 @@ tweet_engine_random:
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{ image(pick) }}
|
{{ image(pick) }}
|
||||||
{%- endif -%}
|
{%- 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