#Weather high/low

1 messages · Page 1 of 1 (latest)

brave forge
#

I spent hours looking on the internet, no luck. AI is not helping.

HACS: Weather.com

I want to create a card to show the daily high and low temperature
this is what i do action get forecast

weather.weather_2:
forecast:

cloud_coverage: 100
condition: rainy
precipitation: 0.92
precipitation_probability: 100
temperature: 68
templow: 57
datetime: "2025-06-07T11:00:00Z"
uv_index: 2
wind_bearing: NE
wind_speed: 4

heady barn
#

deleted my previous message, i was wrong :)

#

the information you're looking for is already in the example you pasted.

#

When you do get_forecast with type: daily (which is the default), you get the high in the temperature field and the low in the templow field in the response.