🎉 Release of add-on ESPHome (beta) 1.20.0b1

This commit is contained in:
esphomebot 2021-07-14 20:30:06 +00:00
parent 0ab27afc39
commit aabc4c5689
4 changed files with 9 additions and 9 deletions

View file

@ -741,10 +741,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.19.4 [addon-esphome]: https://github.com/esphome/hassio/tree/1.20.0b1
[addon-doc-esphome]: https://github.com/esphome/hassio/blob/v1.19.4/README.md [addon-doc-esphome]: https://github.com/esphome/hassio/blob/1.20.0b1/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.19.4-blue.svg [esphome-version-shield]: https://img.shields.io/badge/version-1.20.0b1-blue.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
[esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1 +1 @@
See https://esphome.io/changelog/index.html See https://beta.esphome.io/changelog/index.html

View file

@ -1,6 +1,6 @@
# ESPHome Home Assistant Add-On # ESPHome Home Assistant Add-On
[![ESPHome logo](https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/logo.png)](https://esphome.io/) [![ESPHome logo](https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/logo.png)](https://esphome.io/)
[![GitHub stars](https://img.shields.io/github/stars/esphome/esphome.svg?style=social&label=Star&maxAge=2592000)](https://github.com/esphome/esphome) [![GitHub stars](https://img.shields.io/github/stars/esphome/esphome.svg?style=social&label=Star&maxAge=2592000)](https://github.com/esphome/esphome)
[![GitHub Release][releases-shield]][releases] [![GitHub Release][releases-shield]][releases]
@ -14,7 +14,7 @@ is write YAML configuration files; the rest (over-the-air updates, compiling) is
handled by ESPHome. handled by ESPHome.
<p align="center"> <p align="center">
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/screenshot.png" width="700px"></img> <img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/screenshot.png" width="700px"></img>
</p> </p>
[View the ESPHome documentation](https://esphome.io/) [View the ESPHome documentation](https://esphome.io/)
@ -26,11 +26,11 @@ firmware. For example, to include a [DHT22][dht22].
temperature and humidity sensor, you just need to include 8 lines of YAML temperature and humidity sensor, you just need to include 8 lines of YAML
in your configuration file: in your configuration file:
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/dht-example.png" width="500px"></img> <img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/dht-example.png" width="500px"></img>
Then just click UPLOAD and the sensor will magically appear in Home Assistant: Then just click UPLOAD and the sensor will magically appear in Home Assistant:
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/temperature-humidity.png" width="600px"></img> <img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/temperature-humidity.png" width="600px"></img>
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg [discord-shield]: https://img.shields.io/discord/429907082951524364.svg
[dht22]: https://esphome.io/components/sensor/dht.html [dht22]: https://esphome.io/components/sensor/dht.html

View file

@ -40,5 +40,5 @@
"stage": "experimental", "stage": "experimental",
"uart": true, "uart": true,
"url": "https://beta.esphome.io/", "url": "https://beta.esphome.io/",
"version": "1.19.4" "version": "1.20.0b1"
} }