[adsb-multi-portal-feeder] Update to 1.29.1

This commit is contained in:
root
2023-10-30 19:35:18 +01:00
committed by Max Winterstein
parent 306fb0fedb
commit 932affd371
3 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## [1.29.1] - 2023-10-30
- Update `thomx/fr24feed-piaware` to `1.29.1` that brings ADSBHub support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.28.0) for more
## [1.27.2.1] - 2023-07-17
- Update [adsb-hassio-sensors](https://github.com/plo53/adsb-hassio-sensors) to `1.1.2-1` that brings more aircraft sensors - see INFO and [their repo](https://github.com/plo53/adsb-hassio-sensors) for more

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "thomx/fr24feed-piaware:1.27.2",
"aarch64": "thomx/fr24feed-piaware:1.27.2",
"amd64": "thomx/fr24feed-piaware:1.27.2"
"armv7": "thomx/fr24feed-piaware:1.29.1",
"aarch64": "thomx/fr24feed-piaware:1.29.1",
"amd64": "thomx/fr24feed-piaware:1.29.1"
}
}

View File

@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
usb: true
version: 1.27.2.1
version: 1.29.1
arch:
- armv7
- aarch64
@@ -65,6 +65,7 @@ schema:
SERVICE_ENABLE_OPENSKY: bool?
SERVICE_ENABLE_ADSBFI: bool?
SERVICE_ENABLE_RADARBOX: bool?
SERVICE_ENABLE_ADSBHUB: bool?
# FlightAware (piaware)
PIAWARE_FEEDER_DASH_ID: str?
@@ -115,6 +116,9 @@ schema:
RADARBOX_INPUT_PORT: port?
RADARBOX_MLAT: bool?
# ADSBHub
ADSBHUB_CKEY: str?
# Dump1090 & Web UI
HTML_SITE_LAT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LATITUDE)?
HTML_SITE_LON: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LONGITUDE)?