Skip to content

Commit

Permalink
[adsb-multi-portal-feeder] Update to 1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Oct 30, 2023
1 parent d178bce commit 8ceb398
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions adsb-multi-portal-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions adsb-multi-portal-feeder/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
6 changes: 5 additions & 1 deletion adsb-multi-portal-feeder/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?
Expand Down Expand Up @@ -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)?
Expand Down

0 comments on commit 8ceb398

Please sign in to comment.