Update twitter_stats.yaml

Adding Stock stat
This commit is contained in:
Jeffrey Stone 2019-11-14 10:16:04 -05:00 committed by GitHub
parent 37a801b4cf
commit 4d37f23525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"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.garage_temp_stats.attributes.mean | round}} of the sky above Anchorage House on average."
"Clouds cover {{states.sensor.cloud_cover_stats.attributes.mean | round}} of the sky above Anchorage House on average.",
"With https://github.com/thejeffreystone/alpha_vantage_to_mqtt I keep track of stock prices. For example, Disney is currently ${{states.sensor.disney.state | float}} a share."
] | random -}}
{%- endmacro -%}
{%- macro getTags() -%}