mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-01 15:56:49 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class | redirect_from | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | Cloud Polling |
|
The bom
weather platform uses the Australian Bureau of Meteorology (BOM) as a source for current (half-hourly) meteorological data.
{% linkable_title Configuration %}
To add the BOM weather platform to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
weather:
- platform: bom
{% configuration %}
name:
description: The name you would like to give to the weather station.
required: optional
type: string
station:
description: "The station ID string. See the sensor.bom
docs for details on how to find the ID of a station."
required: optional
type: string
default: The closest station
{% endconfiguration %}
This platform is an alternative to the [`bom`](/components/sensor.bom/) sensor. The weather platform is easier to configure but less customizable.