Hi,
Struggling with a template sensor. It is updated every hour.
The CPU usage bounces from 1 to 4% and stays there until reboot.
- trigger:
- trigger: time_pattern
minutes: 1
action:
- action: weather.get_forecasts
data:
type: hourly
target:
entity_id: weather.home
response_variable: hourly
sensor:
- name: Weather Condition 3 hour ahead
unique_id: Weather_Condition_3_hour_ahead
state: "{{ hourly['weather.home'].forecast[2].condition }}"