mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
Mark ESPHome addon as deprecated (#392)
This commit is contained in:
parent
ff19095356
commit
6d972ab0c9
2 changed files with 9 additions and 6 deletions
|
@ -1,10 +1,12 @@
|
||||||
# ESPHome Home Assistant Add-On
|
# ESPHome Home Assistant Add-On
|
||||||
|
|
||||||
[](https://esphome.io/)
|
# This Add-on is Deprecated
|
||||||
|
|
||||||
[](https://github.com/esphome/esphome)
|
Please add the ESPHome repo https://github.com/esphome/home-assistant-addon and install the ESPHome add-on from there to continue getting updates.
|
||||||
[![GitHub Release][releases-shield]][releases]
|
|
||||||
[![Discord][discord-shield]][discord]
|
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fesphome%2Fhome-assistant-addon)
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/supervisor_addon/?addon=5c53de3b_esphome)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"backup_exclude": [
|
"backup_exclude": [
|
||||||
"*/*/"
|
"*/*/"
|
||||||
],
|
],
|
||||||
"description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices",
|
"description": "DEPRECATED - ESPHome",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
|
@ -36,7 +36,8 @@
|
||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome",
|
"slug": "esphome",
|
||||||
|
"stage": "deprecated",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "2022.3.1"
|
"version": "2022.3.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue