hass-core/tests/components/devialet/fixtures/source_state.json
fwestenberg d3b04a5a58
Add Devialet integration (#86551)
* Add Devialet

* Bump Devialet==1.4.0

* Bump Devialet==1.4.1

* Sort manifest and add shorthand

* Black formatting

* Fix incompatible type

* Add type guarding for name

* Rename host keywork in tests

* Fix Devialet tests

* Add update coordinator

* Update devialet tests

* Create unique_id from entry data
2023-11-28 13:56:17 +01:00

20 lines
607 B
JSON

{
"availableOptions": ["play", "pause", "previous", "next", "seek"],
"metadata": {
"album": "1 (Remastered)",
"artist": "The Beatles",
"coverArtDataPresent": false,
"coverArtUrl": "https://i.scdn.co/image/ab67616d0000b273582d56ce20fe0146ffa0e5cf",
"duration": 425653,
"mediaType": "unknown",
"title": "Hey Jude - Remastered 2015"
},
"muteState": "unmuted",
"peerDeviceName": "",
"playingState": "playing",
"source": {
"deviceId": "1abcdef2-3456-67g8-9h0i-1jk23456lm78",
"sourceId": "7b0d8ed0-5650-45cd-841b-647b78730bfb",
"type": "spotifyconnect"
}
}