mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-03 14:23:09 +01:00
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.2] - 2021-03-29
|
||||||
|
|
||||||
|
- Fix typ0 in config template, should be `MLAT_EXACT_LON` instead `MLAT_EXACT_LONG`.
|
||||||
|
Thx again to [@Delta1977](https://github.com/Delta1977)
|
||||||
|
|
||||||
## [1.0.1] - 2021-03-28
|
## [1.0.1] - 2021-03-28
|
||||||
|
|
||||||
- Add port for plane finder status page
|
- Add port for plane finder status page
|
||||||
@@ -12,7 +17,7 @@
|
|||||||
## [0.1.37] - 2021-03-18
|
## [0.1.37] - 2021-03-18
|
||||||
|
|
||||||
- Update to 1.10.1 - now with adsbexchange support. See [#67](https://github.com/MaxWinterstein/homeassistant-addons/issues/67#).
|
- Update to 1.10.1 - now with adsbexchange support. See [#67](https://github.com/MaxWinterstein/homeassistant-addons/issues/67#).
|
||||||
Thx to [Delta1977](https://github.com/Delta1977) for his work ❤️
|
Thx to [@Delta1977](https://github.com/Delta1977) for his work ❤️
|
||||||
|
|
||||||
## [0.1.36] - 2021-01-03
|
## [0.1.36] - 2021-01-03
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
|
|||||||
stage: experimental
|
stage: experimental
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
usb: true
|
usb: true
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
@@ -84,7 +84,7 @@ schema:
|
|||||||
|
|
||||||
# Exact coordinates for MLAT
|
# Exact coordinates for MLAT
|
||||||
MLAT_EXACT_LAT: float?
|
MLAT_EXACT_LAT: float?
|
||||||
MLAT_EXACT_LONG: float?
|
MLAT_EXACT_LON: float?
|
||||||
MLAT_ALTITUDE_MSL_METERS: int?
|
MLAT_ALTITUDE_MSL_METERS: int?
|
||||||
|
|
||||||
# Plane Finder
|
# Plane Finder
|
||||||
|
|||||||
Reference in New Issue
Block a user