1
0

Update beta templates

This commit is contained in:
Jesse Hills
2024-10-25 09:40:58 +13:00
Unverified
parent 144984c41e
commit 14529ec4d0
2 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ esphome-beta:
name: ESPHome Device Compiler (beta)
version: "2024.10.2" # BETA
slug: esphome-beta
description: "Beta version of ESPHome add-on"
description: "Beta version of ESPHome Device Compiler"
url: https://beta.esphome.io/
image: ghcr.io/esphome/esphome-hassio
stage: experimental

View File

@@ -1,4 +1,4 @@
# ESPHome Beta Add-On
# ESPHome Device Compiler Beta
[![ESPHome logo][logo]][website]
@@ -7,13 +7,13 @@
## About
This add-on allows you to manage and program your ESP8266 and ESP32 based microcontrollers
directly through Home Assistant **with no programming experience required**. All you need to do
is write YAML configuration files; the rest (over-the-air updates, compiling) is all
This add-on allows you to write configurations and turn your microcontrollers
into smart home devices directly through Home Assistant **with no programming experience required**.
All you need to do is write YAML configuration files; the rest (over-the-air updates, compiling) is all
handled by ESPHome.
<p align="center">
<img title="ESPHome dashboard screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-beta/images/screenshot.png" width="700px"></img>
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-beta/images/screenshot.png" width="700px"></img>
</p>
[View the ESPHome documentation][website]