home-assistant-libs / pychromecast

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

Update README.rst to reflect refactoring of cast.device to cast.cast_info #751

Closed davidjabon closed 9 months ago

davidjabon commented 11 months ago

Post version 10, "device" has been refactored to something similar "cast_info." Readme for current version should reflect this change, because the code will not run.

elibroftw commented 7 months ago

Shouldn't this be a major change according to semver and not a minor? Just asking because I usually use ~=13.0 for pychromecast and the only reason I caught this is because I get all release notifications and saw this as a change. EDIT: nvm, I was using cast_info the entire time???