home-assistant-libs / pychromecast

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

Make optional callback functions kwarg only in dashcast #785

Closed emontnemery closed 6 months ago

emontnemery commented 6 months ago

Breaking change

User facing functions in the dashcast controller which accept an optional callback function have been changed such that the optional arguments are now kwarg only

Change

Make optional callback functions kwarg only in dashcast

Background in PR https://github.com/home-assistant-libs/pychromecast/pull/779