hass-core/tests/components/pushbullet/fixtures/chats.json
Rami Mosleh fc3843f5e2
Add config flow to pushbullet (#74240)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-02 16:11:44 +01:00

18 lines
440 B
JSON

{
"chats": [
{
"active": true,
"created": 1412047948.579029,
"iden": "ujpah72o0sjAoRtnM0jc",
"modified": 1412047948.579031,
"with": {
"email": "someone@example.com",
"email_normalized": "someone@example.com",
"iden": "ujlMns72k",
"image_url": "https://dl.pushbulletusercontent.com/acb123/example.jpg",
"name": "Someone",
"type": "user"
}
}
]
}