in this card’s configuration, there is a Extended Section which should be about displaying Weather Forecast Summary (see: Weather Forecast Summary)
Has anyone manage to do this at all?
I tried with integrations pirate weather, openweathermap, met.io and it does not seem that I can retrieve the weather sumary from the attributes.
any idea on how to do it?
*Environment Canada integration only works in Canada apparently (no good for me)
I get the output (I will only show 1st day (today) here):
weather.wral_weather:
forecast:
- detailed_description: >-
This is meteorologist Brian Shrader in the WRAL Severe Weather Center.
We're still on track for a beautiful Saturday! Mostly sunny today with
highs generally in the upper 80s. Lower humidity levels will make it
feel comfortable to be outside. Enjoy the afternoon!For the night:
Partly cloudy skies and milder. Some of our high-resolution models want
to include the chance of an isolated shower this evening. Don't be
surprised if you get a sprinkle, but I wouldn't change my plans. Lows in
the lower-mid 60s.
wind_bearing: 225
precipitation_probability: 0
datetime: "2024-06-08T06:00:00-04:00"
condition: partlycloudy
temperature: 87
templow: 66
wind_speed: 6
- repeat for day 2, 3, etc.
Alternatively, you should be able to create a template sensor that has an attribute containing the text of the Forecast Summary and specify it in the PWC config.
Yep, works great but only way to define location is bya US zip code. No good for Europe.
I need to find an integration in Europe with:
forecast:
- detailed_description: >-
Does it return some other attribute that you could use?
What does the entity of look like? In theory, the state of an entity can be used (but I haven’t tried it), but the “state” is limited if I recall to around 250 characters.
Now that I see the type of info Tommy is showing above I think my Accuweather does get what you’re looking for. Does your Accuweather have an entity called sensor.home_condition_day_0 ?