Skip to content

Commit

Permalink
[ 1.0.2 ] - 2023/10/30
Browse files Browse the repository at this point in the history
  *  Removed some HTML formatting from strings.json to be HASSFest validation compliant.
  • Loading branch information
thlucas1 committed Oct 30, 2023
1 parent 6375919 commit 1d063cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.2 ] - 2023/10/30

* Removed some HTML formatting from strings.json to be HASSFest validation compliant.

###### [ 1.0.1 ] - 2023/10/30

* Corrected a bug in the underlying bosesoundtouchapi which would cause delays in playing url's with no metadata present.
Expand Down
4 changes: 2 additions & 2 deletions custom_components/soundtouchplus/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"domain": "soundtouchplus",
"name": "Bose SoundTouch Plus",
"version": "1.0.1",
"codeowners": [ "@thlucas" ],
"config_flow": true,
"documentation": "https://github.com/thlucas1/homeassistantcomponent_soundtouchplus#readme",
"issue_tracker": "https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/issues",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/issues",
"loggers": [ "bosesoundtouchapi" ],
"requirements": [
"websocket-client>=1.6.4",
"urllib3",
"smartinspectPython>=3.0.26",
"bosesoundtouchapi>=1.0.3"
],
"version": "1.0.2",
"zeroconf": [ "_soundtouch._tcp.local." ]
}
2 changes: 1 addition & 1 deletion custom_components/soundtouchplus/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"discovery_confirm": {
"description": "Do you want to add the following Bose SoundTouch device to Home Assistant?<br /><br />\"{name}\" at IP address {host}",
"description": "Do you want to add the following Bose SoundTouch device to Home Assistant?\n\n\"{name}\" ({host})",
"title": "Discovered SoundTouch Plus"
},
"ws_port": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/soundtouchplus/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"discovery_confirm": {
"description": "Do you want to add the following Bose SoundTouch device to Home Assistant?<br /><br />\"{name}\" at IP address {host}",
"description": "Do you want to add the following Bose SoundTouch device to Home Assistant?\n\n\"{name}\" ({host})",
"title": "Discovered SoundTouch Plus"
},
"ws_port": {
Expand Down

0 comments on commit 1d063cd

Please sign in to comment.