Bureau of Meteorology Custom Component
This Home Assistant custom component uses the Bureau of Meteorology (BOM) as a source for weather information. This grabs data from an undocumented API that is used to provide data to https://weather.bom.gov.au/
1.0.0 - Hourly Forecast Weather Entity and Bug Fixes
- Released a weather entity with hourly forecast.
- Hopefully fixed that bug that occured when BoM had missing data.
- Refactored code to be a bit cleaner.
Installation (There are two methods, with HACS or manual)
Install via HACS (default store) or install manually by copying the files in a new 'custom_components/bonaire_myclimate' directory.
Configuration
After you have installed the custom component (see above):
- Goto the
Configuration
->Integrations
page. - On the bottom right of the page, click on the
+ Add Integration
sign to add an integration. - Search for
Bureau of Meteorology
. (If you don't see it, try refreshing your browser page to reload the cache.) - Click
Submit
so add the integration.
Troubleshooting
Please set your logging for the custom_component to debug:
logger:
default: warn
logs:
custom_components.bureau_of_meteorology: debug
Notes
- This integration will refresh data no faster than every 10 minutes.
- All feature requests, issues and questions are welcome.