diff --git a/librespeed/CHANGELOG.md b/librespeed/CHANGELOG.md index cd84ee979..48328a5db 100644 --- a/librespeed/CHANGELOG.md +++ b/librespeed/CHANGELOG.md @@ -1,8 +1,12 @@ +## 5.4.1b (03-04-2025) + +- Fix PGID issue + ## 5.4.1a (03-04-2025) -- Fixed ingress -- Added config for IPINFO_APIKEY -- Added descriptions for configs +- Fix ingress +- Add config for IPINFO_APIKEY +- Add descriptions for configs ## 5.4.1 (02-04-2025) diff --git a/librespeed/config.json b/librespeed/config.json index 010b479eb..8fef6f0bb 100644 --- a/librespeed/config.json +++ b/librespeed/config.json @@ -96,8 +96,8 @@ "DAC_READ_SEARCH" ], "schema": { - "PGID": "int", - "PUID": "int", + "PGID": "int?", + "PUID": "int?", "IPINFO_APIKEY": "str?", "CUSTOM_RESULTS": "bool?", "PASSWORD": "str?", @@ -111,5 +111,5 @@ "slug": "librespeed", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.4.1a" + "version": "5.4.1b" }