this post was submitted on 30 Jul 2023
13 points (88.2% liked)

homeassistant

12013 readers
119 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I added Open Meteo integration but the hourly forecast doesn’t work. After investigating the api response, I concluded that the hourly query wasn’t present in the request.

Is these a way to add it manually?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago (1 children)

If it's similar to OpenUV, you have to manually request new data.

To do this, create an automation that periodically calls the service Home Assistant Core Integration: Update entity (homeassistant:update_entity).

[–] [email protected] 1 points 1 year ago

I didn’t know that.

Definitely will check.