1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
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

9 lines
178 B
JSON

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