66982a57af
- update to 14.0.1: * Add debug prints to HomeAssistantController * Add JBL Link Portable to known devices * Fix race in HomeAssistantController * Revert "Remove socket timeouts" * Remove socket timeouts * Run rstcheck in CI * Remove mypy exclude pattern * Update default URL used in media example - update to 14.0.0: * Most user facing functions accepting an optional callback function have been changed such that the optional arguments are now kwarg only * The signature of callbacks called when requests are completed has been changed * Some named tuples have been replaced with dataclasses * The ServiceInfo class has been split in two classes * Parameter names of MediaStatusListener.load_media_failed has been changed * Many user facing functions now have a default timeout, and will raise when that timeout expires * It's no longer supported to use pychromecast with event custom loops
Dirk Mueller2024-05-07 20:19:17 +00:00
08e876aa7d
Accepting request 1141814 from devel:languages:python
Ana Guerrero2024-01-28 18:39:53 +00:00
ca38357d39
- update to 13.1.0: * Increase homeassistant lovelace connect timeout and make it configurable (#770) @cicchr * Add support for NRK TV and NRK Radio apps (#777) @lersveen * Change logged precision of volume from 1 to 2 (#768) @alexdelorenzo * Create ShakaPlayer Controller (#758) @juanfadev * Add date for removal of deprecated discovery functions (#767) @emontnemery * Mark discover_chromecasts as deprecated (#766) @emontnemery * Update README.rst (#765) @emontnemery * Fix known_hosts for older chromecasts (#762) @domenipavec * Fix SSLContext settings (#764) @emontnemery * Update README.rst to reflect refactoring of cast.device to cast.cast_info (#751) @davidjabon * Fix deprecated call to ssl.SSLContext without specifying protocol (#763) @emontnemery
Dirk Mueller2024-01-26 21:24:35 +00:00
507397e5bc
Accepting request 1132433 from devel:languages:python
Ana Guerrero2023-12-11 20:51:19 +00:00
87d521f378
- update to 13.0.8: * Change BBC Sounds app_id (#753) @blawford * Dependency updates - Update to version 13.0.1 - Update to 12.1.4 * Refactor handling of discovered casts and device info (#556) - Correct egg-info filename to build in the multi-python new world order.
Dirk Mueller2023-12-11 08:26:45 +00:00
400cf65f8a
- update to 13.0.4: * Correct timeout in call to poll.poll * Adding support for reported unknown devices * Add Chromecast Ultra and Chromecast HD to the recognised devices * Fix error with select when python process exceeds 1024 open file descriptors * Include URL and UUID in Home Assistant controller messages
Dirk Mueller2023-01-02 20:21:15 +00:00
769e6ce311
- Update to 9.1.1: * Add HostBrowser.update_hosts (#476) * Handle audio groups removed from known host (#475) * Remove useless pylint and flake8 directives (#472) * BREAKING CHANGE: Update discovery to support a list of known hosts (#469) * Catch errors thrown by select call (#471) * Fix some strings mangled by black formatting (#470) * Fix MultiZoneControllerListener (#468) * Expose volume_control_type (#461) * Move ReceiverController to its own module (#460) * Infer contentType from playQueue items (#457) @maykar * Remove unintended 'async' from listener interfaces (#453) * Update BubbleUPNP example (#451) * Refactor listeners and controllers as ABCs (#450) * Add more google devices to consts (#448) @theychx * Make current_time optional when loading or queing media (#446)
Steve Kowalik2021-03-08 04:53:32 +00:00
bad58b33c1
- Update to 7.7.2: * Use urllib.request instead of requests. - Drop python-requests from Requires. - Correct egg-info filename to build in the multi-python new world order.
Steve Kowalik2021-01-27 03:49:20 +00:00
47cee5b2be
- Update to 7.7.1: * Don't throw if socket is already closed when cleaning up (#438) * Update local http API, re-add get_multizone_status (#437) * Spotify quick play (again) (#430) * Fix next/previous track (#436) * Add support for BubbleUPNP (#428)
Steve Kowalik2021-01-04 04:45:36 +00:00
c73b9d21dd
- Update to 7.5.0: * Allow passing additional media information through to play_media * Add support for lists, playQueues, and playlists to Plex controller * Misc spelling changes
Steve Kowalik2020-09-30 02:53:26 +00:00
b097c0eda5
- Update to 7.3.0: * Add support for QUEUE_INSERT (#404) * Fix get_chromecasts non blocking mode (#411) * Ensure data parsed as JSON is a dict (#405) * Add zeroconf debug option to example scripts (#401) * Allow passing an already existing zeroconf object to additional functions (#400) @emontnemery * Ignore browser updates for *._sub._googlecast._tcp.local. (#400) * Fix return type of get_listed_chromecasts (#400) * Remove host and port from Chromecast object (#395) * Keep previously known Chromecast in service listener (#399) * Remove reboot function (#394)
Steve Kowalik2020-09-22 04:36:47 +00:00
6943a5ef45
- Update to 7.1.1: * Add debug prints (#390) * Report host+port for discovered casts (#385) * Fix plex controller (#389) * Update list_chromecasts example (#382) * BREAKING CHANGE Track services based on UUID instead of mDNS service name (#380) * Reset receiver controller on connection lost (#379)
Steve Kowalik2020-07-13 05:59:20 +00:00
4b07761d65
Accepting request 814085 from home:alarrosa:branches:devel:languages:python
Steve Kowalik2020-06-12 06:48:03 +00:00
7dc94f0ce8
Accepting request 809126 from devel:languages:python
Yuchen Lin2020-05-28 07:14:17 +00:00
72e73d0719
- Update to 5.3.0: * Handle zeroconf update_service (#364) * Add ability to pass in a zeroconf instance to discovery (#362) * Add discovery example (#361) * Quick play & Support for Yle Areena, Supla (#359) * Log as info, not warning if connection re-established. (#358)
Steve Kowalik2020-05-27 05:39:22 +00:00
ecab9ff088
- Update to 2.5.2: * YouTube controller version update (#258) @ur1katz * Add support for connecting to named service (#267) @emontnemery * Exponential backoff of mdns service resolution retries (#268) @emontnemery * Improve exponential backoff of mdns service resolution retries (#269) @emontnemery
Tomáš Chvátal
2019-03-05 20:05:38 +00:00