diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index eaa12248..d21a43a3 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -165,11 +165,12 @@ group: automation: - alias: 'New Twitter follower!' - trigger: - - platform: event - event_type: new_follower - + platform: event + event_type: ifttt_webhook_received + event_data: + action: new_follower + condition: - condition: state entity_id: group.bed @@ -184,10 +185,12 @@ automation: media_content_type: audio/mp4 - alias: 'Closed Github Issue' - trigger: - - platform: event - event_type: closed_github + platform: event + event_type: ifttt_webhook_received + event_data: + action: closed_github + 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 53e53fb3..c5f85c3c 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 1f732b2d..b31b37e4 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