diff --git a/config/packages/github.yaml b/config/packages/github.yaml index fea65682..c8aa47af 100755 --- a/config/packages/github.yaml +++ b/config/packages/github.yaml @@ -61,13 +61,13 @@ automation: webhook_id: !secret github_webhook condition: - - condition: numeric_state - entity_id: automation.closed_github_issue - attribute: last_triggered - above: 120 + # - condition: numeric_state + # entity_id: automation.closed_github_issue + # attribute: last_triggered + # above: 120 - condition: template - value_template: '{{- trigger.json.action in ["created", "closed", "opened", "reopened"] }}' + value_template: '{{ trigger.json.action in ["created", "closed", "opened", "reopened"] }}' action: - service: script.tweet_engine_image 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 09635c54..91086207 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