Skip to content

Commit 7a8201d

Browse files
bendikrbrenovate[bot]joostlek
authored
Add CastVideo as supported DeviceType (#378)
* Add missing device type: Automobile * Add missing device type: CastVideo * ⬆️ Update dependency yarl to v1.17.1 * ⬆️ Update dependency pytest-cov to v6 (#374) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add audio dongle as supported DeviceType (#376) * Rename Key enum values (#377) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <[email protected]>
1 parent cafdafb commit 7a8201d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spotifyaio/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DeviceType(StrEnum):
1717

1818
AUDIO_DONGLE = "AudioDongle"
1919
AUTOMOBILE = "Automobile"
20+
CAST_VIDEO = "CastVideo"
2021
COMPUTER = "Computer"
2122
SMARTPHONE = "Smartphone"
2223
SPEAKER = "Speaker"

0 commit comments

Comments
 (0)