diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 1d8c8e3..f17bb88 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -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 diff --git a/template/beta/README.md b/template/beta/README.md index e3cf07b..386098e 100644 --- a/template/beta/README.md +++ b/template/beta/README.md @@ -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.
-
+