1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/tests/fixtures/ambient_devices.json
Aaron Bach 2c7060896b Make Ambient PWS async and cloud-push (#20332)
* Moving existing sensor file

* Initial functionality in place

* Added test for config flow

* Updated coverage and CODEOWNERS

* Linting

* Linting

* Member comments

* Hound

* Moving socket disconnect on HASS stop

* Member comments

* Removed unnecessary dispatcher call

* Config entry fix

* Added support in config flow for good accounts with no devices

* Hound

* Updated comment

* Member comments

* Stale docstrings

* Stale docstring
2019-01-28 15:35:39 -08:00

16 lines
285 B
JSON

[{
"macAddress": "12:34:56:78:90:AB",
"lastData": {
"dateutc": 1546889640000,
"baromrelin": 30.09,
"baromabsin": 24.61,
"tempinf": 68.9,
"humidityin": 30,
"date": "2019-01-07T19:34:00.000Z"
},
"info": {
"name": "Home",
"location": "Home"
}
}]