bremor / bureau_of_meteorology

Custom component for retrieving weather information from the Bureau of Meteorology.
MIT License
174 stars 29 forks source link
bom bureau forecast hacs meteorology observations weather weather-information

Bureau of Meteorology Custom Component

hacs_badge GitHub Release License Maintenance

This integration only supports locations within Australia.

This Home Assistant custom component uses the Bureau of Meteorology (BOM) as a source for weather information.

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/bureau_of_meteorology' directory.

Configuration

After you have installed the custom component (see above):

  1. Goto the Configuration -> Integrations page.
  2. On the bottom right of the page, click on the + Add Integration sign to add an integration.
  3. Search for Bureau of Meteorology. (If you don't see it, try refreshing your browser page to reload the cache.)
  4. 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

  1. This integration will not refresh data faster than once every 5 minutes.
  2. All feature requests, issues and questions are welcome.

Release Notes

1.3.0 - HA breaking stuff again

1.2.0 - Refactor for breaking changes made by HA

1.1.21 - Fix for BOM breaking change

1.1.20 - Fix for BOM breaking change

1.1.19 - Updates to keep up with HA

1.1.18 - Fix observed min/max sensors

1.1.17 - Adjust rain range format

1.1.15 - Add more sensor data

1.1.14 - Allow reconfiguration

1.1.13 - Add bad location error message

1.1.12 - Embed timezone in timestamps

1.1.11 - Fixes for 2022.7.0

1.1.10 - Add UV Forecast

1.1.9 - Add attribute to extended forecasts

1.1.8 - Weather Warnings

1.1.7 - Fix upgrading

1.1.6 - Allow setting the name of weather entities.

1.1.5 - Fix unit of measurement for wind speed

1.1.4 - Fix weather object not being created

1.1.2 - Add Sunrise/Sunset sensors

1.1.1 - Add Now/Later sensors

1.1.0 - Improve stability

1.0.0 - Hourly Forecast Weather Entity and Bug Fixes