mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on ESPHome 1.16.2
This commit is contained in:
parent
d21ed5e9e6
commit
7769a3d92b
2 changed files with 5 additions and 12 deletions
|
@ -772,10 +772,10 @@ SOFTWARE.
|
|||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-esphome]: https://github.com/esphome/hassio/tree/v1.16.1
|
||||
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.16.1/README.md
|
||||
[addon-esphome]: https://github.com/esphome/hassio/tree/v1.16.2
|
||||
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.16.2/README.md
|
||||
[esphome-issue]: https://github.com/esphome/hassio/issues
|
||||
[esphome-version-shield]: https://img.shields.io/badge/version-v1.16.1-blue.svg
|
||||
[esphome-version-shield]: https://img.shields.io/badge/version-v1.16.2-blue.svg
|
||||
[esphome-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[esphome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -5,12 +5,8 @@
|
|||
"aarch64"
|
||||
],
|
||||
"auth_api": true,
|
||||
"auto_uart": true,
|
||||
"boot": "auto",
|
||||
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"image": "esphome/esphome-hassio-{arch}",
|
||||
"ingress": true,
|
||||
|
@ -20,7 +16,6 @@
|
|||
"config:rw"
|
||||
],
|
||||
"name": "ESPHome",
|
||||
"options": {},
|
||||
"panel_icon": "mdi:chip",
|
||||
"ports": {
|
||||
"6052/tcp": null
|
||||
|
@ -39,9 +34,7 @@
|
|||
"streamer_mode": "bool?"
|
||||
},
|
||||
"slug": "esphome",
|
||||
"stage": "stable",
|
||||
"startup": "application",
|
||||
"uart": true,
|
||||
"url": "https://esphome.io/",
|
||||
"version": "1.16.1",
|
||||
"webui": "http://[HOST]:[PORT:6052]"
|
||||
"version": "1.16.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue