Had the incorrect Web ID. Closes #813 again.

This commit is contained in:
ccostan 2020-09-26 12:24:04 -04:00
parent 1ab25bc816
commit 88155a5b6e
4 changed files with 3 additions and 14 deletions

View File

@ -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

View File

@ -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