mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Update adsb-hassio-sensors to 1.1.2-1
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
## [1.27.2] - 2023-07-09
|
## [1.27.2] - 2023-07-09
|
||||||
|
|
||||||
- Update `thomx/fr24feed-piaware` to `1.27.2` that fixes RadarBox mlat support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.27.2) for more
|
- Update `thomx/fr24feed-piaware` to `1.27.2` that fixes RadarBox mlat support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.27.2) for more
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y curl jq && mkdir /tmp/bashio \
|
|||||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
|
|
||||||
# Add hassio sensors - thx to https://github.com/plo53
|
# add hassio sensors (thx https://github.com/plo53/adsb-hassio-sensors)
|
||||||
ARG version=1.1.1
|
ARG version=1.1.2-1
|
||||||
ARG sha256sum=267c465e192a44734345932dc8856cc9b82c9023ea59ea8f616d3340e8dc3006
|
ARG sha256sum=2b8e660c304448972779011c3f15e37ba659403508c632bb498bcb41aeb4f75b
|
||||||
ADD https://github.com/plo53/adsb-hassio-sensors/archive/refs/tags/${version}.tar.gz /tmp/
|
ADD https://github.com/plo53/adsb-hassio-sensors/archive/refs/tags/${version}.tar.gz /tmp/
|
||||||
RUN echo "${sha256sum} /tmp/${version}.tar.gz" | sha256sum --check
|
RUN echo "${sha256sum} /tmp/${version}.tar.gz" | sha256sum --check
|
||||||
RUN tar xvfz /tmp/${version}.tar.gz adsb-hassio-sensors-${version}/{etc,usr} --strip-components=1 -C /
|
RUN tar xvfz /tmp/${version}.tar.gz adsb-hassio-sensors-${version}/{etc,usr} --strip-components=1 -C /
|
||||||
|
|||||||
@@ -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
|
version: 1.27.2.1
|
||||||
arch:
|
arch:
|
||||||
- armv7
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
|
|||||||
Reference in New Issue
Block a user