🎉 Release of add-on ESPHome 1.15.2

This commit is contained in:
esphomebot 2020-09-20 14:44:38 +00:00
parent bd362b5476
commit fb61e5577f
3 changed files with 9 additions and 5 deletions

View file

@ -855,10 +855,10 @@ SOFTWARE.
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-esphome]: https://github.com/esphome/hassio/tree/v1.15.1 [addon-esphome]: https://github.com/esphome/hassio/tree/v1.15.2
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.15.1/README.md [addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.15.2/README.md
[esphome-issue]: https://github.com/esphome/hassio/issues [esphome-issue]: https://github.com/esphome/hassio/issues
[esphome-version-shield]: https://img.shields.io/badge/version-v1.15.1-blue.svg [esphome-version-shield]: https://img.shields.io/badge/version-v1.15.2-blue.svg
[esphome-pulls-shield]: https://img.shields.io/docker/pulls/esphome/esphome-hassio-amd64.svg [esphome-pulls-shield]: https://img.shields.io/docker/pulls/esphome/esphome-hassio-amd64.svg
[esphome-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -89,7 +89,11 @@ authentication by setting it to `true`.
Manually override which ESPHome version to use in the add-on. Manually override which ESPHome version to use in the add-on.
For example to install the latest development version, use `"esphome_version": "dev"`, For example to install the latest development version, use `"esphome_version": "dev"`,
or for version 1.14.0: `"esphome_version": "v1.14.0""`. or for version 1.14.0: `"esphome_version": "v1.14.0"`.
This can also be used to specify a branch of a fork of the esphome repository.
For example to install the test_new_component branch of a fork made by user123, use `"user123:test_new_component"`.
This usage assumes the forked repository is named `esphome`.
Please note that this does not always work and is only meant for testing, usually the Please note that this does not always work and is only meant for testing, usually the
ESPHome add-on and dashboard version must match to guarantee a working system. ESPHome add-on and dashboard version must match to guarantee a working system.

View file

@ -42,6 +42,6 @@
"stage": "stable", "stage": "stable",
"startup": "application", "startup": "application",
"url": "https://esphome.io/", "url": "https://esphome.io/",
"version": "1.15.1", "version": "1.15.2",
"webui": "http://[HOST]:[PORT:6052]" "webui": "http://[HOST]:[PORT:6052]"
} }