diff --git a/config/templates/twitter_stats.yaml b/config/templates/twitter_stats.yaml index addd072..ed25160 100755 --- a/config/templates/twitter_stats.yaml +++ b/config/templates/twitter_stats.yaml @@ -16,7 +16,11 @@ "The average temperature in the garage is {{states.sensor.garage_temp_stats.attributes.mean | round}} degrees fahrenheit.", "The HVAC has cooled the house for {{states.sensor.cooling_last_month.attributes.value}} and heated for {{states.sensor.heating_last_month.attributes.value}} in the last month", "The HVAC has cooled the house for {{states.sensor.cooling_last_day.attributes.value}} and heated for {{states.sensor.heating_last_day.attributes.value}} in the last 24 hours", - "Clouds cover {{states.sensor.cloud_coverage_stats.attributes.mean | round}} of the sky above Anchorage House on average.", + "Anchorage House averages {{ states.sensor.humidity_stats.attributes.mean | round}}% Humidity.", + "On Average, Ancohrage House has {{states.sensor.visibility_stats.attributes.mean | round}} miles of visability.", + "The wind blows an average of {{ states.sensor.wind_speed_stats.attributes.mean | round}} mph here at Anchorage House.", + "The Washing Machine uses an an average of {{ states.sensor.washer_power_stats.attributes.mean | round}} watts here at Anchorage House.", + "I am currently managing {{ states.sensor.lights_count.state }} lights and {{ states.sensor.tracker_count.state }} devices.", "Amazon Polly enables me to sound more lifelike by incorporate breathing into my speech. #AWS" ] | random -}} {%- endmacro -%}