From 14529ec4d000b340d06facb77bc0ce5bbb0b4b4c Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:40:58 +1300 Subject: [PATCH] Update beta templates --- template/addon_config.yaml | 2 +- template/beta/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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.
-
+