Good day.
I trust that you are well and can help me please.
I’m very new to all of this and still finding my feet.
I want to send a daily weather forecast for the day from HA through Pushover.
My YAML runs successfully however the variables all show “None” and have valid conditions.
Below the YAML followed by the output:
YAML:
“action: notify.pushover_rain_at_home
metadata: {}
data:
title: Rain At Home
message: >-
The weather throughout the day:
* Condition: {{state_attr(“weather_notifications_condition_day_0”,“Weather Notifications Condition Day 0”)}}
* Minimum Temperature: {{state_attr(“weather_notifications_realfeel_temperature_min_day_0”,“weather_notifications_realfeel_temperature_min_day_0”)}}
* Maximum Temperature: {{state_attr(“weather_notifications_realfeel_temperature_max_day_0”,“weather_notifications_realfeel_temperature_max_day_0”)}}”
Output:
action: notify.pushover_rain_at_home
metadata: {}
data:
title: Rain At Home
message: >-
The weather throughout the day:
* Condition: None
* Minimum Temperature: None
* Maximum Temperature: None
Thank you.
Kind Regards;
Martin Dörfling