From a1a0cbe1db6150fc1184ad5add44a851e7d48a40 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 12 Nov 2024 01:45:43 -0500 Subject: [PATCH] Update name of the add-on (#163) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- template/README.md | 10 +++++----- template/addon_config.yaml | 8 ++++---- template/beta/README.md | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/template/README.md b/template/README.md index dd555cb..80f9edf 100644 --- a/template/README.md +++ b/template/README.md @@ -1,4 +1,4 @@ -# ESPHome Add-On +# ESPHome Device Compiler [![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.

- +

[View the ESPHome documentation][website] diff --git a/template/addon_config.yaml b/template/addon_config.yaml index e078ea1..4e54401 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -69,10 +69,10 @@ esphome-dev: esphome-beta: <<: *base directory: esphome-beta - name: ESPHome (beta) + name: ESPHome Device Compiler (beta) version: "2024.10.3" # 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 @@ -83,10 +83,10 @@ esphome-beta: esphome-stable: <<: *base directory: esphome - name: ESPHome + name: ESPHome Device Compiler version: "2024.10.3" # STABLE slug: esphome - description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" + description: "Build your own smart home devices using ESPHome, no programming experience required." image: ghcr.io/esphome/esphome-hassio copy_files: 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.

- +

[View the ESPHome documentation][website]