From 1e501eaca2f7aa0c2ff73ef9060c4dc821315270 Mon Sep 17 00:00:00 2001
From: Tony Stork
- {% if is_state('sensor.garbage_collection_large_pickup','1') %} - 'Tomorrow is the monthly unlimited garbage pickup. Make sure to take out all large garbage items tonight, and do not forget the trash can!' - {% elif is_state('sensor.garbage_collection','1') %} - {{ [ - 'Do not forget to take the trash bin to the curb, tomorrow is trash pickup day.', - 'Make sure to take the trash out. No, I do not mean Tony.', - 'Tomorrow is a big day for the garbage men. Make sure you do not let them down! Take the trash out!' - ] | random }} - {% endif %} - - {% set gc = state_attr('sensor.garbage_collection','days') %} - {% if gc == 7 %} - {{ [ - 'Do not forget to bring the trash can back from the curb.', - 'The trash can will feel lonely if you leave it at the curb all night.' - ] | random }} - {% elif gc == 6 %} - {{ [ - 'If you have not already, please remember to bring the garbage can back from the sidewalk.', - 'Just in case you forgot, it is time to bring the garbage can back to the house before it gets lonely.' - ] | random }} - {% endif %} -
-{% if is_state('input_boolean.sports_updates','on') %} {% if is_state('sensor.michigan_wolverines','PRE') %} diff --git a/templates/speech/nightly_briefing.yaml b/templates/speech/nightly_briefing.yaml index 1555ed4..87a2c7c 100644 --- a/templates/speech/nightly_briefing.yaml +++ b/templates/speech/nightly_briefing.yaml @@ -93,26 +93,6 @@ {% endif %}
-- {% if is_state('sensor.garbage_collection_large_pickup','1') %} - 'Tomorrow is the monthly unlimited garbage pickup. Make sure to take out all large garbage items tonight, and do not forget the trash can!' - {% elif is_state('sensor.garbage_collection','1') %} - {{ [ - 'Do not forget to take the trash bin to the curb, tomorrow is trash pickup day.', - 'Make sure to take the trash out. No, I do not mean Tony.', - 'Tomorrow is a big day for the garbage men. Make sure you do not let them down! Take the trash out!' - ] | random }} - {% endif %} - - {% set gc = state_attr('sensor.garbage_collection','days') %} - {% if gc == 7 %} - {{ [ - 'Do not forget to bring the trash can back from the curb.', - 'The trash can will feel lonely if you leave it at the curb all night.' - ] | random }} - {% endif %} -
-{% if is_state('input_boolean.sports_updates','on') %} {% if is_state('sensor.michigan_wolverines','PRE') %} diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 93abdba..e34522f 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -118,33 +118,6 @@ {% endif %}
-- {% if is_state('sensor.garbage_collection_large_pickup','1') %} - 'Tomorrow is the monthly unlimited garbage pickup. Make sure to take out all large garbage items tonight, and do not forget the trash can!' - {% elif is_state('sensor.garbage_collection','1') %} - {{ [ - 'Do not forget to take the trash bin to the curb, tomorrow is trash pickup day.', - 'Make sure to take the trash out. No, I do not mean Tony.', - 'Tomorrow is a big day for the garbage men. Make sure you do not let them down! Take the trash out!' - ] | random }} - {% endif %} - - {% set gc = state_attr('sensor.garbage_collection','days') %} - {% if gc == 7 %} - {{ [ - 'Do not forget to bring the trash can back from the curb.', - 'The trash can will feel lonely if you leave it at the curb all night.' - ] | random }} - {% elif gc == 6 %} - {% if is_state('binary_sensor.morning','on') or is_state('binary_sensor.midday','on') %} - {{ [ - 'If you have not already, please remember to bring the garbage can back from the sidewalk.', - 'Just in case you forgot, it is time to bring the garbage can back to the house before it gets lonely.' - ] | random }} - {% endif %} - {% endif %} -
-{% if is_state('light.living_room_lights','on') %} {% if is_state('binary_sensor.early_night_mode','on') %}