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.29.1
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
## [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
|
- 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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armv7": "thomx/fr24feed-piaware:1.27.2",
|
"armv7": "thomx/fr24feed-piaware:1.29.1",
|
||||||
"aarch64": "thomx/fr24feed-piaware:1.27.2",
|
"aarch64": "thomx/fr24feed-piaware:1.29.1",
|
||||||
"amd64": "thomx/fr24feed-piaware:1.27.2"
|
"amd64": "thomx/fr24feed-piaware:1.29.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
|
|||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
|
||||||
usb: true
|
usb: true
|
||||||
version: 1.27.2.1
|
version: 1.29.1
|
||||||
arch:
|
arch:
|
||||||
- armv7
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
@@ -65,6 +65,7 @@ schema:
|
|||||||
SERVICE_ENABLE_OPENSKY: bool?
|
SERVICE_ENABLE_OPENSKY: bool?
|
||||||
SERVICE_ENABLE_ADSBFI: bool?
|
SERVICE_ENABLE_ADSBFI: bool?
|
||||||
SERVICE_ENABLE_RADARBOX: bool?
|
SERVICE_ENABLE_RADARBOX: bool?
|
||||||
|
SERVICE_ENABLE_ADSBHUB: bool?
|
||||||
|
|
||||||
# FlightAware (piaware)
|
# FlightAware (piaware)
|
||||||
PIAWARE_FEEDER_DASH_ID: str?
|
PIAWARE_FEEDER_DASH_ID: str?
|
||||||
@@ -115,6 +116,9 @@ schema:
|
|||||||
RADARBOX_INPUT_PORT: port?
|
RADARBOX_INPUT_PORT: port?
|
||||||
RADARBOX_MLAT: bool?
|
RADARBOX_MLAT: bool?
|
||||||
|
|
||||||
|
# ADSBHub
|
||||||
|
ADSBHUB_CKEY: str?
|
||||||
|
|
||||||
# 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