home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.51k stars 380 forks source link

Add overloads for get_chromecasts #820

Closed emontnemery closed 5 months ago

emontnemery commented 5 months ago

An alternative to the changes in this PR would be to do a breaking change where get_chromecasts always returns the same type. Considering the large amount of breaking changes in the upcoming release, it may be a better option.

frenck commented 5 months ago

I can't judge the latter. But if there are lots of breaking things already, I can imagine that this one doesn't matter.