From c0337febdaacb4904d0c4817737afc8fd9bdbd92 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Sat, 20 Aug 2022 14:23:49 +0200 Subject: [PATCH] Add deprecated message to eufy-ha-mqtt-bridge --- README.md | 10 ++++++---- eufy-ha-mqtt-bridge/README.md | 3 +++ eufy-ha-mqtt-bridge/config.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30e549b..7cba548 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ Observe flight traffic using some cheap ADB-S USB-Stick and feed towards FlightR Based on the incredible [docker-fr24feed-piaware-dump1090](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090) docker image by [Thom-x](https://github.com/Thom-x). -### Eufy Home Assistant MQTT Bridge ([matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge)) - -Forwards Eufy Security push notifications to Home Assistant via MQTT. - ### TooGoodToGo Home Assistant MQTT Bridge ([maxwinterstein/toogoodtogo-ha-mqtt-bridge](https://github.com/maxwinterstein/toogoodtogo-ha-mqtt-bridge)) Integrate your TooGoodToGo favourites to Home Assistant via MQTT. @@ -49,3 +45,9 @@ This is a complete copy of https://github.com/hassio-addons/addon-portainer/tree As the current version (`2.0.0` at this time) of this addon has problems with starting containers this clone simply provides easy access to v1.5.2. See https://community.home-assistant.io/t/portainer-v2-6-2-unable-to-start-containers/332356 or https://github.com/hassio-addons/addon-portainer/issues/127 for more. + +### Eufy Home Assistant MQTT Bridge ([matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge)) + +#### I would no longer suggest to use this. There are way better alternatives out there, e.g. https://github.com/fuatakgun/eufy_security_addon + +Forwards Eufy Security push notifications to Home Assistant via MQTT. \ No newline at end of file diff --git a/eufy-ha-mqtt-bridge/README.md b/eufy-ha-mqtt-bridge/README.md index e378b0a..8000b66 100644 --- a/eufy-ha-mqtt-bridge/README.md +++ b/eufy-ha-mqtt-bridge/README.md @@ -1,5 +1,8 @@ +# ⚠️ This add-on will not receive any updates anymore. See [github.com/matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge#warning-no-longer-actively-maintained) ⚠️ + ### 🚨 Important Information 🚨 + - This addon recently switched to pre-build images. The Update progress might fail when the installed version is <1.10.0. Copy your _Configuration_ to your clipboard and Uninstall/Install manually. - This is some experimental release! diff --git a/eufy-ha-mqtt-bridge/config.json b/eufy-ha-mqtt-bridge/config.json index bc7a161..f68a0e6 100644 --- a/eufy-ha-mqtt-bridge/config.json +++ b/eufy-ha-mqtt-bridge/config.json @@ -41,7 +41,7 @@ "log_level": "list(error|warn|info|http|verbose|debug|silly)", "eval": "str?" }, - "stage": "experimental", + "stage": "deprecated", "url": "https://github.com/matijse/eufy-ha-mqtt-bridge/", "map": ["share:rw"], "hassio_role": "default",