diff --git a/esphome-dev/README.md b/esphome-dev/README.md
index d1e710e..bd093c1 100644
--- a/esphome-dev/README.md
+++ b/esphome-dev/README.md
@@ -1,4 +1,4 @@
-# ESPHome Dev Add-On
+# ESPHome Device Compiler (Development branch)
[![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/esphome-dev/config.yaml b/esphome-dev/config.yaml
index e8adda1..72b8cc1 100644
--- a/esphome-dev/config.yaml
+++ b/esphome-dev/config.yaml
@@ -32,10 +32,10 @@ backup_exclude:
- '*/*/'
init: false
startup: services
-name: ESPHome (dev)
+name: ESPHome Device Compiler (dev)
version: 2024.11.0-dev20241024
slug: esphome-dev
-description: Development version of ESPHome add-on
+description: Development version of ESPHome Device Compiler
image: ghcr.io/esphome/esphome-hassio
stage: experimental
advanced: true
diff --git a/template/addon_config.yaml b/template/addon_config.yaml
index 169d5a1..a78e011 100644
--- a/template/addon_config.yaml
+++ b/template/addon_config.yaml
@@ -45,10 +45,10 @@ 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"
+ description: "Development version of ESPHome Device Compiler"
url: https://next.esphome.io/
image: ghcr.io/esphome/esphome-hassio
stage: experimental
diff --git a/template/dev/README.md b/template/dev/README.md
index d1e710e..bd093c1 100644
--- a/template/dev/README.md
+++ b/template/dev/README.md
@@ -1,4 +1,4 @@
-# ESPHome Dev Add-On
+# ESPHome Device Compiler (Development branch)
[![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]