mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | BOM Australia | Instructions on how to integrate Bureau of Meteorology Australia weather conditions into Home Assistant. | 2016-09-29 09:00 | true | false | true | true | bom.png | Weather | 0.36 |
The bom
weather platform uses the Australian Bureau of Meteorology (BOM) as a source for current (half-hourly) meteorological data.
To add the BOM weather platform to your installation, add the following to your configuration.yaml
file:
weather:
- platform: bom
Configuration variables:
- name (Optional): The name you would like to give to the weather station.
- station (Optional): The station ID string; defaults to the closest station. See the
sensor.bom
docs for details on how to find the ID of a station.
This platform is an alternative to the [`bom`](/components/sensor.bom/) sensor. The weather platform is easier to configure but less customisable.