mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-23 12:06:51 +01:00
Update name of the add-on (#163)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
aabdf969e9
commit
a1a0cbe1db
@ -1,4 +1,4 @@
|
|||||||
# ESPHome Add-On
|
# ESPHome Device Compiler
|
||||||
|
|
||||||
[![ESPHome logo][logo]][website]
|
[![ESPHome logo][logo]][website]
|
||||||
|
|
||||||
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This add-on allows you to manage and program your ESP8266 and ESP32 based microcontrollers
|
This add-on allows you to write configurations and turn your microcontrollers
|
||||||
directly through Home Assistant **with no programming experience required**. All you need to do
|
into smart home devices directly through Home Assistant **with no programming experience required**.
|
||||||
is write YAML configuration files; the rest (over-the-air updates, compiling) is all
|
All you need to do is write YAML configuration files; the rest (over-the-air updates, compiling) is all
|
||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation][website]
|
[View the ESPHome documentation][website]
|
||||||
|
@ -69,10 +69,10 @@ esphome-dev:
|
|||||||
esphome-beta:
|
esphome-beta:
|
||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome Device Compiler (beta)
|
||||||
version: "2024.10.3" # BETA
|
version: "2024.10.3" # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome add-on"
|
description: "Beta version of ESPHome Device Compiler"
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
stage: experimental
|
stage: experimental
|
||||||
@ -83,10 +83,10 @@ esphome-beta:
|
|||||||
esphome-stable:
|
esphome-stable:
|
||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome Device Compiler
|
||||||
version: "2024.10.3" # STABLE
|
version: "2024.10.3" # STABLE
|
||||||
slug: esphome
|
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
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
|
||||||
copy_files:
|
copy_files:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# ESPHome Beta Add-On
|
# ESPHome Device Compiler Beta
|
||||||
|
|
||||||
[![ESPHome logo][logo]][website]
|
[![ESPHome logo][logo]][website]
|
||||||
|
|
||||||
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This add-on allows you to manage and program your ESP8266 and ESP32 based microcontrollers
|
This add-on allows you to write configurations and turn your microcontrollers
|
||||||
directly through Home Assistant **with no programming experience required**. All you need to do
|
into smart home devices directly through Home Assistant **with no programming experience required**.
|
||||||
is write YAML configuration files; the rest (over-the-air updates, compiling) is all
|
All you need to do is write YAML configuration files; the rest (over-the-air updates, compiling) is all
|
||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation][website]
|
[View the ESPHome documentation][website]
|
||||||
|
Loading…
Reference in New Issue
Block a user