hass-core/tests/components/pushbullet/fixtures/channels.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

14 lines
349 B
JSON

{
"channels": [
{
"active": true,
"created": 1412047948.579029,
"description": "Sample channel.",
"iden": "ujxPklLhvyKsjAvkMyTVh6",
"image_url": "https://dl.pushbulletusercontent.com/abc123/image.jpg",
"modified": 1412047948.579031,
"name": "Sample channel",
"tag": "sample-channel"
}
]
}