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

homeassistant

15575 readers
7 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.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years 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
[–] rockhstrongo@lemmy.world 4 points 2 years 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).

[–] deleted@lemmy.world 1 points 2 years ago

I didn’t know that.

Definitely will check.