mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Sync HTML_DEFAULT_TRACKER with upstream
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.24.0.1] - 2023-06-08
|
||||||
|
|
||||||
|
- Add missing HTML_DEFAULT_TRACKER (the typo OpenskyNetowrk is intended) - see [#149](https://github.com/MaxWinterstein/homeassistant-addons/issues/163) for more
|
||||||
|
|
||||||
## [1.24.0] - 2023-06-07
|
## [1.24.0] - 2023-06-07
|
||||||
|
|
||||||
- Update `thomx/fr24feed-piaware` to `1.24.0` that brings Opensky support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.24.0) for more
|
- Update `thomx/fr24feed-piaware` to `1.24.0` that brings Opensky support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.24.0) for more
|
||||||
|
|||||||
@@ -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.24.0
|
version: 1.24.0.1
|
||||||
arch:
|
arch:
|
||||||
- armv7
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
@@ -107,7 +107,7 @@ schema:
|
|||||||
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)?
|
||||||
HTML_SITE_ALT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_ELEVATION)?
|
HTML_SITE_ALT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_ELEVATION)?
|
||||||
HTML_SITE_NAME: str?
|
HTML_SITE_NAME: str?
|
||||||
HTML_DEFAULT_TRACKER: list(FlightAware|Flightradar24)?
|
HTML_DEFAULT_TRACKER: list(FlightAware|Flightradar24|Adsbexchange|Planefinder|OpenskyNetowrk)?
|
||||||
HTML_RECEIVER_STATS_PAGE_FLIGHTAWARE: url?
|
HTML_RECEIVER_STATS_PAGE_FLIGHTAWARE: url?
|
||||||
HTML_RECEIVER_STATS_PAGE_FLIGHTRADAR24: url?
|
HTML_RECEIVER_STATS_PAGE_FLIGHTRADAR24: url?
|
||||||
HTML_RECEIVER_STATS_PAGE_ADSBEXCHANGE: url?
|
HTML_RECEIVER_STATS_PAGE_ADSBEXCHANGE: url?
|
||||||
|
|||||||
Reference in New Issue
Block a user