mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Update name of dev add-on (#164)
This commit is contained in:
parent
d227804203
commit
ecde951803
@ -1,4 +1,4 @@
|
|||||||
# ESPHome Dev Add-On
|
# ESPHome Device Compiler (Development branch)
|
||||||
|
|
||||||
[![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-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-dev/images/screenshot.png" width="700px"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation][website]
|
[View the ESPHome documentation][website]
|
||||||
|
@ -32,10 +32,10 @@ backup_exclude:
|
|||||||
- '*/*/'
|
- '*/*/'
|
||||||
init: false
|
init: false
|
||||||
startup: services
|
startup: services
|
||||||
name: ESPHome (dev)
|
name: ESPHome Device Compiler (dev)
|
||||||
version: 2024.11.0-dev20241024
|
version: 2024.11.0-dev20241024
|
||||||
slug: esphome-dev
|
slug: esphome-dev
|
||||||
description: Development version of ESPHome add-on
|
description: Development version of ESPHome Device Compiler
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
stage: experimental
|
stage: experimental
|
||||||
advanced: true
|
advanced: true
|
||||||
|
@ -45,10 +45,10 @@ base: &base
|
|||||||
esphome-dev:
|
esphome-dev:
|
||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-dev
|
directory: esphome-dev
|
||||||
name: ESPHome (dev)
|
name: ESPHome Device Compiler (dev)
|
||||||
version: "2024.11.0-dev20241024" # DEV
|
version: "2024.11.0-dev20241024" # DEV
|
||||||
slug: esphome-dev
|
slug: esphome-dev
|
||||||
description: "Development version of ESPHome add-on"
|
description: "Development version of ESPHome Device Compiler"
|
||||||
url: https://next.esphome.io/
|
url: https://next.esphome.io/
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
stage: experimental
|
stage: experimental
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# ESPHome Dev Add-On
|
# ESPHome Device Compiler (Development branch)
|
||||||
|
|
||||||
[![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-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-dev/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