diff --git a/config/automation/Timed_Triggers/0830.yaml b/config/automation/Timed_Triggers/0830.yaml index 9bb65d49..febfd5b3 100755 --- a/config/automation/Timed_Triggers/0830.yaml +++ b/config/automation/Timed_Triggers/0830.yaml @@ -26,8 +26,8 @@ - thu - fri action: - # - wait_template: >- - # {{ is_state('group.garage_doors', 'open') }} - # - delay: 00:03:00 + - wait_template: "{{ is_state('group.garage_doors', 'open') }}" + timeout: '00:45:00' + - delay: 00:03:00 - service: light.turn_off entity_id: all diff --git a/config/automation/Timed_Triggers/startup_month.yaml b/config/automation/Timed_Triggers/startup_month.yaml index 44b3febf..9042f3ae 100755 --- a/config/automation/Timed_Triggers/startup_month.yaml +++ b/config/automation/Timed_Triggers/startup_month.yaml @@ -19,7 +19,7 @@ - condition: template value_template: > {% set month=states("sensor.date").split('-')[1] | int %} - {%- if month == 4 or month == 5 or month == 6 or month == 7 or month == 8 -%} + {%- if month == 4 or month == 5 or month == 6 or month == 7 -%} true {%- endif -%} diff --git a/config/packages/fitness_steps.yaml b/config/packages/fitness_steps.yaml index b5091ad1..6c62f263 100755 --- a/config/packages/fitness_steps.yaml +++ b/config/packages/fitness_steps.yaml @@ -16,7 +16,7 @@ automation: entity_id: - sensor.carlo_xsmax_steps - sensor.paige_6s_steps - - sensor.steps_3 + - sensor.stacey_6s_steps above: 5000 action: @@ -24,9 +24,9 @@ automation: data_template: tweet: > {{ [ - "Somebody just hit {{ states('trigger.entity_id') }} steps on the #Fitbit!", - "Keep on moving. Somebody just hit {{ states('trigger.entity_id') }} #Fitbit steps.", - "#Fitness Tracking at home BY the home. Somebody just hit {{ states('trigger.entity_id') }} #Fitbit steps" + "Somebody just hit {{ trigger.entity_id }} steps on the #Fitbit!", + "Keep on moving. Somebody just hit {{ trigger.entity_id }} #Fitbit steps.", + "#Fitness Tracking at home BY the home. Somebody just hit {{ trigger.entity_id }}} #Fitbit steps" ] | random + " #Self #Data"}} 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 943ee009..6869a0aa 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