Cleaning up formatting
This commit is contained in:
parent
499c42b52d
commit
2a7c30bce0
|
@ -17,12 +17,11 @@
|
||||||
"The average temperature in the garage is {{states.sensor.garage_temp_stats.attributes.mean | round}} degrees fahrenheit.",
|
"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_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",
|
"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_cover_stats.attributes.mean | round}} of the sky above Anchorage House on average.",
|
"Clouds cover {{states.sensor.garage_temp_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 -}}
|
] | random -}}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
{%- macro getTags() -%}
|
{%- macro getTags() -%}
|
||||||
#homeassistant #iot #smarthome #stats
|
#homeassistant #iot #smarthome #Randomstats
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
{# a macro that removes all newline characters, empty spaces, and returns formatted text #}
|
{# a macro that removes all newline characters, empty spaces, and returns formatted text #}
|
||||||
|
|
Loading…
Reference in New Issue