1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/tests/fixtures/bom_weather.json
2018-05-08 13:35:55 -04:00

43 lines
962 B
JSON

{
"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": "-"
}
]
}
}