diff --git a/template/README.md b/template/README.md index dd555cb..6cea4e7 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 ESP8266 and ESP32 based 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 169d5a1..3172619 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -45,7 +45,7 @@ base: &base esphome-dev: <<: *base directory: esphome-dev - name: ESPHome (dev) + name: ESPHome Device Compiler (dev) version: "2024.11.0-dev20241024" # DEV slug: esphome-dev description: "Development version of ESPHome add-on" @@ -69,7 +69,7 @@ esphome-dev: esphome-beta: <<: *base directory: esphome-beta - name: ESPHome (beta) + name: ESPHome Device Compiler (beta) version: "2024.10.2" # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" @@ -83,10 +83,10 @@ esphome-beta: esphome-stable: <<: *base directory: esphome - name: ESPHome + name: ESPHome Device Compiler version: "2024.10.2" # 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: