mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Update to 1.27.0 - RadarBox support
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.27.0] - 2023-06-24
|
||||||
|
|
||||||
|
- Update `thomx/fr24feed-piaware` to `1.27.0` that brings RadarBox support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.27.0) for more
|
||||||
|
|
||||||
## [1.26.1] - 2023-06-21
|
## [1.26.1] - 2023-06-21
|
||||||
|
|
||||||
- Update `thomx/fr24feed-piaware` to `1.26.1` that brings adsb.fi support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.26.1) for more
|
- Update `thomx/fr24feed-piaware` to `1.26.1` that brings adsb.fi support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.26.1) for more
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armv7": "thomx/fr24feed-piaware:1.26.1",
|
"armv7": "thomx/fr24feed-piaware:1.27.0",
|
||||||
"aarch64": "thomx/fr24feed-piaware:1.26.1",
|
"aarch64": "thomx/fr24feed-piaware:1.27.0",
|
||||||
"amd64": "thomx/fr24feed-piaware:1.26.1"
|
"amd64": "thomx/fr24feed-piaware:1.27.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,8 @@ schema:
|
|||||||
SERVICE_ENABLE_PLANEFINDER: bool?
|
SERVICE_ENABLE_PLANEFINDER: bool?
|
||||||
SERVICE_ENABLE_OPENSKY: bool?
|
SERVICE_ENABLE_OPENSKY: bool?
|
||||||
SERVICE_ENABLE_ADSBFI: bool?
|
SERVICE_ENABLE_ADSBFI: bool?
|
||||||
|
SERVICE_ENABLE_RADARBOX: bool?
|
||||||
|
|
||||||
# FlightAware (piaware)
|
# FlightAware (piaware)
|
||||||
PIAWARE_FEEDER_DASH_ID: str?
|
PIAWARE_FEEDER_DASH_ID: str?
|
||||||
PIAWARE_RECEIVER_DASH_TYPE: str?
|
PIAWARE_RECEIVER_DASH_TYPE: str?
|
||||||
@@ -108,6 +109,12 @@ schema:
|
|||||||
ADSBFI_STATION_NAME: str?
|
ADSBFI_STATION_NAME: str?
|
||||||
ADSBFI_MLAT: bool?
|
ADSBFI_MLAT: bool?
|
||||||
|
|
||||||
|
# RadarBox
|
||||||
|
RADARBOX_SHARING_KEY: str?
|
||||||
|
RADARBOX_INPUT_HOST: str?
|
||||||
|
RADARBOX_INPUT_PORT: port?
|
||||||
|
RADARBOX_MLAT: bool?
|
||||||
|
|
||||||
# Dump1090 & Web UI
|
# Dump1090 & Web UI
|
||||||
HTML_SITE_LAT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LATITUDE)?
|
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)?
|
HTML_SITE_LON: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LONGITUDE)?
|
||||||
|
|||||||
Reference in New Issue
Block a user