hass-core/tests/components/flo/fixtures/ping_response.json
David F. Mulcahey 2f24fc0fd4
Fix Flo returning stale data (#60491)
* Fix Flo returning stale data

* update tests

* update coverage
2021-11-29 20:00:39 -05:00

8 lines
178 B
JSON

{
"ipAddress": "11.111.111.111",
"userId": "12345abcde",
"action": "report",
"type": "user",
"appName": "legacy",
"userData": { "account": { "type": "personal" } }
}