diff --git a/config/automation/away.yaml b/config/automation/away.yaml index d535f2ee..a9fa51bf 100755 --- a/config/automation/away.yaml +++ b/config/automation/away.yaml @@ -13,6 +13,12 @@ - platform: state entity_id: input_boolean.good_night to: 'on' + - platform: event + #Sent from IFTTT Webhooks : {"action":"IFTTT_Away:} + event_type: ifttt_webhook_received + event_data: + action: IFTTT_Away + condition: - condition: state diff --git a/config/automation/flash_all.yaml b/config/automation/flash_all.yaml index 9c51d5ce..28a7024a 100755 --- a/config/automation/flash_all.yaml +++ b/config/automation/flash_all.yaml @@ -7,8 +7,6 @@ entity_id: input_boolean.flash to: 'on' from: 'off' - - platform: event - event_type: flash_all action: - service: light.turn_on @@ -26,7 +24,10 @@ to: 'on' from: 'off' - platform: event - event_type: flash_timer + #Sent from IFTTT Webhooks : {"action":"Flash_Timer:} + event_type: ifttt_webhook_received + event_data: + action: Flash_Timer action: - service: light.turn_on diff --git a/config/automation/ifttt_calendar.yaml b/config/automation/ifttt_calendar.yaml index 6ed5f19f..016c4286 100755 --- a/config/automation/ifttt_calendar.yaml +++ b/config/automation/ifttt_calendar.yaml @@ -2,17 +2,19 @@ ## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours. ################################### - alias: 'IFTTT Appointment reminder' - + trigger: - platform: event - event_type: IFTTT_Appointment - + #Sent from IFTTT Webhooks : {"action":"IFTTT_Appointment:} + event_type: ifttt_webhook_received + event_data: + action: IFTTT_Appointment + + condition: - condition: time - after: '06:00:00' + after: '08:00:00' before: '20:00:00' - + action: - service: script.flash_notify - - diff --git a/config/automation/ifttt_logger.yaml b/config/automation/ifttt_logger.yaml deleted file mode 100755 index 82b4524e..00000000 --- a/config/automation/ifttt_logger.yaml +++ /dev/null @@ -1,37 +0,0 @@ -################################### -## LOG IFTTT Stuff - Rachio -################################### -- alias: 'Log Sprinkler Activity' - - trigger: - - platform: event - event_type: rachio_water_stops - - action: - - service: logbook.log - data: - name: "Rachio Sprinkler:" - message: "The Lawn was watered just now." - - - service: mqtt.publish - data_template: - payload: '{{ states("sensor.date") }}' - topic: 'ifttt/rachio/watering_time' - retain: true - - - service: script.tweet_engine_image - data_template: - tweet: > - {{ [ - "Just finished watering the lawn with @_Rachio.", - "The lawn looked thirsty so I watered it.", - "My lawn looks great and we definately do not water it nearly as much as everyone else. (http://amzn.to/2eoPKBW)", - "No rain in the forecast? @_Rachio knows & chose to water the lawn.", - ".@CCostan does not even think about watering the lawn. Me and @_Rachio take care of that." - ] | random + " #SavingWater"}} - image: >- - {{ [ - "/config/www/custom_ui/floorplan/images/branding/sprinkler.png", - "/config/www/custom_ui/floorplan/images/branding/sprinkler2.png", - "/config/www/custom_ui/floorplan/images/branding/sprinkler3.png" - ] | random }} diff --git a/config/packages/rachio.yaml b/config/packages/rachio.yaml index a9d56014..3d31aebb 100755 --- a/config/packages/rachio.yaml +++ b/config/packages/rachio.yaml @@ -37,10 +37,13 @@ automation: ## LOG IFTTT Stuff - Rachio ################################### - alias: 'Log Sprinkler Activity' - + trigger: - platform: event - event_type: rachio_water_stops + #Sent from IFTTT Webhooks : {"action":"IFTTT_Rachio", "water_time":" {{DurationInMinutes}}"} + event_type: ifttt_webhook_received + event_data: + action: IFTTT_Rachio action: - service: logbook.log diff --git a/config/packages/tplink.yaml b/config/packages/tplink.yaml index 0b5643ae..3128656b 100755 --- a/config/packages/tplink.yaml +++ b/config/packages/tplink.yaml @@ -5,6 +5,6 @@ ## TPink compatible Devices - https://www.vcloudinfo.com/2018/12/how-to-waterproof-your-outdoor-smart.html ################################### tplink: - discovery: true +# discovery: false switch: - host: 192.168.10.116 diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index d21a43a3..77917426 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -170,7 +170,7 @@ automation: event_type: ifttt_webhook_received event_data: action: new_follower - + condition: - condition: state entity_id: group.bed @@ -187,11 +187,11 @@ automation: - alias: 'Closed Github Issue' trigger: platform: event + #Sent from IFTTT Webhooks : {"action":"closed_github", "repo":" {{RepositoryName}}", "issue":" {{IssueTitle}}","issueurl":" {{IssueURL}}"} event_type: ifttt_webhook_received event_data: action: closed_github - action: - service: script.tweet_engine_image data_template: @@ -218,7 +218,6 @@ automation: {{ pictures|random }} - alias: 'Random House stats' - trigger: - platform: time_pattern hours: '/2' @@ -253,7 +252,6 @@ automation: {{ pick|random }} - alias: 'Random YouTube Videos BearStone' - trigger: - platform: time_pattern hours: '/7' 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 c5f85c3c..3af63128 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 b31b37e4..39eb2d16 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