You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.bom.markdown
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,23 @@ ha_release: 0.29
15
15
The `bom` platform allows you to get the current weather conditions from the [Bureau of Meteorology (BOM)](http://www.bom.gov.au/) Australia.
16
16
17
17
- Each sensor will be given the `device_id` of "bom [optionalname] friendlyname units"
18
-
- Get the station ID for your local BOM station from the BOM website: State -> Observations -> Latest Observations -> Choose the station
19
-
- The URL will look like http://www.bom.gov.au/products/IDS60801/IDS60801.94675.shtml. This is for Adelaide. The URL is read as: http://www.bom.gov.au/products/[zone_id]/[zone_id].[wmo_id].shtml
20
18
- A name is optional but if multiple BOM weather stations are used a name will be required.
21
19
- The sensor will update every minute 35 minutes after last data timestamp. This allows for the 30 minute observation cycle and the approximate 5 minute update delay in publishing the data.
22
20
21
+
To get the station ID `[zone_id]` and `[wmo_id]` for your local BOM station:
0 commit comments