Update name
This commit is contained in:
@@ -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.
|
||||
|
||||
<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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user