The met office weather componant does not provide a 5 day forecast in Home Assistant in the same way other weather integrations do (i.e. darkSky) even though the API is capable of returning 5 day forecast data.
configuration.yamlweather:
- platform: metoffice
api_key: !secret api_metoffice
latitude: !secret metoffice_lat
longitude: !secret metoffice_lon
It may be worth noting that the Met Office have launched a new API called DataHub which will eventually replace the current DataPoint API
https://metoffice.apiconnect.ibmcloud.com/metoffice/production/
metoffice documentation
metoffice source
(message by IssueLinks)
I randomly decided to work on this today without seeing this. Just put in a PR to add the forecast to the weather integration
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 馃憤
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Issue is still present in latest 0.14.3.
PR #38725 will resolve if merged.
I'm also seeing this issue and would prefer to use the UK Met Office for forecasts rather than Norwegian Meteorological Institute.
Most helpful comment
I randomly decided to work on this today without seeing this. Just put in a PR to add the forecast to the
weatherintegration