I'm getting about tired of Pirateweather at this point...

This commit is contained in:
2023-07-02 18:08:34 -04:00
parent 1e2e2e4c88
commit 16cfabcebf
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
{% set time = time|default('day') %}
{% if method == 'text' %}
{% if type in ['current','full'] %}
The current weather is {{ states('weather.iron_nerd_weather_station') | lower }}. It is {{ state_attr('weather.iron_nerd_weather_station','temperature') | round }} degrees outside and feels like {{ states('sensor.pirateweather_apparent_temperature') | round }} degrees.
The current weather is {{ states('weather.iron_nerd_weather_station') | lower }}. It is {{ state_attr('weather.iron_nerd_weather_station','temperature') | round }} degrees outside and feels like {{ states('sensor.stratton_ave_apparent_temperature') | round }} degrees.
{% endif %}
{% if type in ['forecast','full'] %}
{% if 14400 <= ct <= 61200 %}