mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-22 14:00:32 +02:00
pgid
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
|
## 5.4.1b (03-04-2025)
|
||||||
|
|
||||||
|
- Fix PGID issue
|
||||||
|
|
||||||
## 5.4.1a (03-04-2025)
|
## 5.4.1a (03-04-2025)
|
||||||
|
|
||||||
- Fixed ingress
|
- Fix ingress
|
||||||
- Added config for IPINFO_APIKEY
|
- Add config for IPINFO_APIKEY
|
||||||
- Added descriptions for configs
|
- Add descriptions for configs
|
||||||
|
|
||||||
## 5.4.1 (02-04-2025)
|
## 5.4.1 (02-04-2025)
|
||||||
|
|
||||||
|
|||||||
@@ -96,8 +96,8 @@
|
|||||||
"DAC_READ_SEARCH"
|
"DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int?",
|
||||||
"PUID": "int",
|
"PUID": "int?",
|
||||||
"IPINFO_APIKEY": "str?",
|
"IPINFO_APIKEY": "str?",
|
||||||
"CUSTOM_RESULTS": "bool?",
|
"CUSTOM_RESULTS": "bool?",
|
||||||
"PASSWORD": "str?",
|
"PASSWORD": "str?",
|
||||||
@@ -111,5 +111,5 @@
|
|||||||
"slug": "librespeed",
|
"slug": "librespeed",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.4.1a"
|
"version": "5.4.1b"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user