forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbom_weather.json
42 lines (42 loc) · 962 Bytes
/
bom_weather.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"observations": {
"data": [
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 25.0,
"press": 1021.7,
"weather": "-"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 22.0,
"press": 1019.7,
"weather": "-"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 20.0,
"press": 1011.7,
"weather": "Fine"
},
{
"wmo": 94767,
"name": "Fake",
"history_product": "IDN00000",
"local_date_time_full": "20180422130000",
"apparent_t": 18.0,
"press": 1010.0,
"weather": "-"
}
]
}
}