Skip to content

Commit

Permalink
[ 1.0.67 ] * Updated service description strings to correct HASSFest …
Browse files Browse the repository at this point in the history
…validation errors on GitHub.

  * Updated underlying `spotifywebapiPython` package requirement to version 1.0.106.
  * Updated underlying `bosesoundtouchapi` package requirement to version 1.0.68.
  • Loading branch information
thlucas1 committed Oct 5, 2024
1 parent f426dab commit aa62302
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.67 ] - 2024/10/04

* Updated service description strings to correct HASSFest validation errors on GitHub.
* Updated underlying `spotifywebapiPython` package requirement to version 1.0.106.
* Updated underlying `bosesoundtouchapi` package requirement to version 1.0.68.

###### [ 1.0.66 ] - 2024/09/28

* Updated `system_health` module to read the contents of the manifest file outside of the event loop. This was causing `Detected blocking call to open with args ...` exceptions in the system log when gathering integration health details.
Expand Down
6 changes: 3 additions & 3 deletions custom_components/soundtouchplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"issue_tracker": "https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/issues",
"loggers": [ "bosesoundtouchapi" ],
"requirements": [
"bosesoundtouchapi==1.0.66",
"bosesoundtouchapi==1.0.68",
"oauthlib>=3.2.2",
"platformdirs>=4.1.0",
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"smartinspectPython>=3.0.33",
"spotifywebapiPython>=1.0.101",
"spotifywebapiPython>=1.0.106",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
"version": "1.0.66",
"version": "1.0.67",
"zeroconf": [ "_soundtouch._tcp.local." ]
}
18 changes: 9 additions & 9 deletions custom_components/soundtouchplus/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,55 +378,55 @@
},
"album": {
"name": "Album",
"description": "The album of the playing track (if present). "
"description": "The album of the playing track (if present)."
},
"artist": {
"name": "Artist",
"description": "The creator of the track (if present). "
"description": "The creator of the track (if present)."
},
"artist_id": {
"name": "Artist ID",
"description": "Unique identifier of the artist, as provided by the source music service (if present)."
},
"art_url": {
"name": "Art URL",
"description": "A url link to the art image of the station (if present). "
"description": "A url link to the art image of the station (if present)."
},
"description": {
"name": "Description",
"description": "A brief description that was added to the track (if present). "
"description": "A brief description that was added to the track (if present)."
},
"duration": {
"name": "Duration",
"description": "The track's duration (if present)."
},
"genre": {
"name": "Genre",
"description": "The genre of the track (if present). "
"description": "The genre of the track (if present)."
},
"play_status": {
"name": "Play Status",
"description": "Indicates whether the device is currently playing the embedded track. "
"description": "Indicates whether the device is currently playing the embedded track."
},
"position": {
"name": "Position",
"description": "The current position of the playing media (if present)."
},
"session_id": {
"name": "Session ID",
"description": "Unique identifier of the session, as provided by the source music service (if present). "
"description": "Unique identifier of the session, as provided by the source music service (if present)."
},
"station_location": {
"name": "Station Location",
"description": "The station's location."
},
"station_name": {
"name": "Station Name",
"description": "The station's name (if present). "
"description": "The station's name (if present)."
},
"track": {
"name": "Track",
"description": "The current media track name (if present). "
"description": "The current media track name (if present)."
},
"track_id": {
"name": "Track ID",
Expand Down
18 changes: 9 additions & 9 deletions custom_components/soundtouchplus/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,55 +378,55 @@
},
"album": {
"name": "Album",
"description": "The album of the playing track (if present). "
"description": "The album of the playing track (if present)."
},
"artist": {
"name": "Artist",
"description": "The creator of the track (if present). "
"description": "The creator of the track (if present)."
},
"artist_id": {
"name": "Artist ID",
"description": "Unique identifier of the artist, as provided by the source music service (if present)."
},
"art_url": {
"name": "Art URL",
"description": "A url link to the art image of the station (if present). "
"description": "A url link to the art image of the station (if present)."
},
"description": {
"name": "Description",
"description": "A brief description that was added to the track (if present). "
"description": "A brief description that was added to the track (if present)."
},
"duration": {
"name": "Duration",
"description": "The track's duration (if present)."
},
"genre": {
"name": "Genre",
"description": "The genre of the track (if present). "
"description": "The genre of the track (if present)."
},
"play_status": {
"name": "Play Status",
"description": "Indicates whether the device is currently playing the embedded track. "
"description": "Indicates whether the device is currently playing the embedded track."
},
"position": {
"name": "Position",
"description": "The current position of the playing media (if present)."
},
"session_id": {
"name": "Session ID",
"description": "Unique identifier of the session, as provided by the source music service (if present). "
"description": "Unique identifier of the session, as provided by the source music service (if present)."
},
"station_location": {
"name": "Station Location",
"description": "The station's location."
},
"station_name": {
"name": "Station Name",
"description": "The station's name (if present). "
"description": "The station's name (if present)."
},
"track": {
"name": "Track",
"description": "The current media track name (if present). "
"description": "The current media track name (if present)."
},
"track_id": {
"name": "Track ID",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pip>=21.0,<23.4
colorlog==6.7.0
homeassistant==2024.5.0
ruff==0.1.3
bosesoundtouchapi==1.0.66
bosesoundtouchapi==1.0.68
smartinspectPython>=3.0.33
spotifywebapiPython>=1.0.101
spotifywebapiPython>=1.0.106

0 comments on commit aa62302

Please sign in to comment.