pirate-weather-ha: After v1.3.1 update, sensors are not updating.
I updated to v1.3.1, which I know is a pre-release, but wanted to let you know that none of the sensors that are selectable from the Configure section are updating and have been static for the past 15 hours or so.
My config for the sensors:
and my entry in sensors.yaml:
- platform: pirateweather
api_key: <API KEY>
scan_interval: '00:02:15'
Should I try a new API key?
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 25
Commits related to this issue
- Remove WeatherUpdateCoordinator check Issue #142 — committed to Pirate-Weather/pirate-weather-ha by alexander0042 8 months ago
I did, but it is in a weird numerical format and also not updating.
Ok, I think I’ve got a solution here! For some reason it’s not linking with the existing weather coordinator when options are changed. In the current version I had a check to see if there was an existing coordinator, but that was only there in case someone wanted both a daily and hourly forecast in their dashboard. Now that both of those are handled in one place, that’s no longer required! Long story short, 1.3.2 is incoming shortly
Good catch! I’m seeing this as well on my end, so let me investigate