diff --git a/config/packages/github.yaml b/config/packages/github.yaml index bc2b9cc1..4b0bf0e9 100755 --- a/config/packages/github.yaml +++ b/config/packages/github.yaml @@ -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 diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index d770a0b8..cfcfef3e 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -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 diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 00c44571..153a3223 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 2a25ccdf..eb1b2d80 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ