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

This commit is contained in:
Max Winterstein
2023-06-21 09:21:11 +02:00
parent c57bc33c1a
commit 5be38c6d74
3 changed files with 14 additions and 4 deletions

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.25.0
version: 1.26.1
arch:
- armv7
- aarch64
@@ -63,6 +63,7 @@ schema:
SERVICE_ENABLE_ADSBEXCHANGE: bool?
SERVICE_ENABLE_PLANEFINDER: bool?
SERVICE_ENABLE_OPENSKY: bool?
SERVICE_ENABLE_ADSBFI: bool?
# FlightAware (piaware)
PIAWARE_FEEDER_DASH_ID: str?
@@ -102,6 +103,11 @@ schema:
OPENSKY_INPUT_HOST: str?
OPENSKY_INPUT_PORT: str?
# adsb.fi
ADSBFI_UUID: str?
ADSBFI_STATION_NAME: str?
ADSBFI_MLAT: bool?
# 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)?