mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on ESPHome 1.19.2
This commit is contained in:
parent
9c52416528
commit
71b1645032
2 changed files with 9 additions and 6 deletions
|
@ -721,10 +721,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.19.1
|
||||
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.19.1/README.md
|
||||
[addon-esphome]: https://github.com/esphome/hassio/tree/v1.19.2
|
||||
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.19.2/README.md
|
||||
[esphome-issue]: https://github.com/esphome/hassio/issues
|
||||
[esphome-version-shield]: https://img.shields.io/badge/version-v1.19.1-blue.svg
|
||||
[esphome-version-shield]: https://img.shields.io/badge/version-v1.19.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,7 +5,7 @@
|
|||
"aarch64"
|
||||
],
|
||||
"auth_api": true,
|
||||
"description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
||||
"description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices",
|
||||
"hassio_api": true,
|
||||
"host_network": true,
|
||||
"image": "esphome/esphome-hassio-{arch}",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"6052/tcp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
||||
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||
},
|
||||
"schema": {
|
||||
"certfile": "str?",
|
||||
|
@ -34,7 +34,10 @@
|
|||
"streamer_mode": "bool?"
|
||||
},
|
||||
"slug": "esphome",
|
||||
"snapshot_exclude": [
|
||||
"*/*/"
|
||||
],
|
||||
"uart": true,
|
||||
"url": "https://esphome.io/",
|
||||
"version": "1.19.1"
|
||||
"version": "1.19.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue