Adding some weather stats and sensors to the stats tweets
This commit is contained in:
parent
11ddd85c14
commit
01040f760a
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue