Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed change
This bumps the pyroon library to 0.1.2. This fixes two bugs for HA users.
The library changes are shown here:-
pavoni/pyroon@0.1.1...0.1.2
Type of change
Additional information
fixes Roon integration not reconnecting if Roon core goes offline and comes back on #73393
fixes Cannot play media containing a forward slash #78674
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.There are two significant changes for HA users. The updated websocket_client library fixes some reconnection issues - which is likely to fix the long standing disconnection issue above.
The other change is a revised way of parsing the strings passed via 'play_media' . Roon requires a path to the roon media to be played - the old library code didn't allow quoting - which stopped genres and tracks that contained forward slashes being played. The new code allows simple quoting.
To help with the load of incoming pull requests: