Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update name of the add-on #163

Merged
merged 5 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ESPHome Add-On
# ESPHome Device Compiler

[![ESPHome logo][logo]][website]

Expand All @@ -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.

<p align="center">
<img title="ESPHome dashboard screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome/images/screenshot.png" width="700px"></img>
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome/images/screenshot.png" width="700px"></img>
</p>

[View the ESPHome documentation][website]
Expand Down
8 changes: 4 additions & 4 deletions template/addon_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions template/beta/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ESPHome Beta Add-On
# ESPHome Device Compiler Beta

[![ESPHome logo][logo]][website]

Expand All @@ -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.

<p align="center">
<img title="ESPHome dashboard screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-beta/images/screenshot.png" width="700px"></img>
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-beta/images/screenshot.png" width="700px"></img>
</p>

[View the ESPHome documentation][website]
Expand Down
Loading