1
0

Merge pull request 'main' (#2) from hexianglong/home-assistant-addon:main into main

Reviewed-on: http://10.147.17.160:3000/he/esphome-home-assistant-addon/pulls/2
This commit is contained in:
2025-01-22 22:26:12 +08:00
Unverified
15 changed files with 58 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ jobs:
continue-on-error: true continue-on-error: true
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.2.0 - uses: actions/setup-python@v5.3.0
with: with:
python-version: "3.11" python-version: "3.11"
- run: pip install -r script/requirements.txt - run: pip install -r script/requirements.txt

View File

@@ -30,9 +30,9 @@ jobs:
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0 uses: docker/setup-qemu-action@v3.2.0
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1 uses: docker/setup-buildx-action@v3.8.0
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v6.9.0 uses: docker/build-push-action@v6.10.0
with: with:
context: . context: .
file: .devcontainer/Dockerfile file: .devcontainer/Dockerfile

View File

@@ -21,7 +21,7 @@ jobs:
- name: ⤵️ Check out code from GitHub - name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: 🛠 Setup Python - name: 🛠 Setup Python
uses: actions/setup-python@v5.2.0 uses: actions/setup-python@v5.3.0
with: with:
python-version: '3.11' python-version: '3.11'
- name: 🛠 Install dependencies - name: 🛠 Install dependencies
@@ -29,6 +29,6 @@ jobs:
- name: 🛠 Generate files from template - name: 🛠 Generate files from template
run: python script/generate.py ${{ matrix.channels.channel }} run: python script/generate.py ${{ matrix.channels.channel }}
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channels.channel }} - name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channels.channel }}
uses: frenck/action-addon-linter@v2.17.1 uses: frenck/action-addon-linter@v2.18.0
with: with:
path: "./${{ matrix.channels.folder }}" path: "./${{ matrix.channels.folder }}"

View File

@@ -1,6 +1,4 @@
## 2024.10.2 ## 2024.12.4
- Humanized the missing MQTT log topic error message [esphome#7634](https://github.com/esphome/esphome/pull/7634) by [@solarkennedy](https://github.com/solarkennedy) - Bump python3-setuptools to 66.1.1-1+deb12u1 [esphome#8074](https://github.com/esphome/esphome/pull/8074) by [@jesserockz](https://github.com/jesserockz)
- [lvgl] Some properties were not templatable (Bugfix) [esphome#7655](https://github.com/esphome/esphome/pull/7655) by [@clydebarrow](https://github.com/clydebarrow)
- [voice_assistant] Bugfix: Fix crash on start [esphome#7662](https://github.com/esphome/esphome/pull/7662) by [@kahrendt](https://github.com/kahrendt)

View File

@@ -1,4 +1,4 @@
# ESPHome Beta Add-On # ESPHome Device Builder 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 Builder 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]

View File

@@ -31,10 +31,11 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
startup: services startup: services
name: ESPHome (beta) name: ESPHome Device Builder (beta)
version: 2024.10.2 panel_title: ESPHome Builder (beta)
version: 2024.12.4
slug: esphome-beta slug: esphome-beta
description: Beta version of ESPHome add-on description: Beta version of ESPHome Device Builder
image: ghcr.io/esphome/esphome-hassio image: ghcr.io/esphome/esphome-hassio
stage: experimental stage: experimental
advanced: true advanced: true

View File

@@ -1,4 +1,4 @@
# ESPHome Device Compiler (Development branch) # ESPHome Device Builder (Development branch)
[![ESPHome logo][logo]][website] [![ESPHome logo][logo]][website]
@@ -13,7 +13,7 @@ All you need to do is write YAML configuration files; the rest (over-the-air upd
handled by ESPHome. handled by ESPHome.
<p align="center"> <p align="center">
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-dev/images/screenshot.png" width="700px"></img> <img title="ESPHome Device Builder 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]

View File

@@ -32,10 +32,11 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
startup: services startup: services
name: ESPHome Device Compiler (dev) name: ESPHome Device Builder (dev)
version: 2024.11.0-dev20241102 panel_title: ESPHome Builder (dev)
version: 2025.2.0-dev20250122
slug: esphome-dev slug: esphome-dev
description: Development version of ESPHome Device Compiler description: Development version of ESPHome Device Builder
image: ghcr.io/esphome/esphome-hassio image: ghcr.io/esphome/esphome-hassio
stage: experimental stage: experimental
advanced: true advanced: true

View File

@@ -1,6 +1,4 @@
## 2024.10.2 ## 2024.12.4
- Humanized the missing MQTT log topic error message [esphome#7634](https://github.com/esphome/esphome/pull/7634) by [@solarkennedy](https://github.com/solarkennedy) - Bump python3-setuptools to 66.1.1-1+deb12u1 [esphome#8074](https://github.com/esphome/esphome/pull/8074) by [@jesserockz](https://github.com/jesserockz)
- [lvgl] Some properties were not templatable (Bugfix) [esphome#7655](https://github.com/esphome/esphome/pull/7655) by [@clydebarrow](https://github.com/clydebarrow)
- [voice_assistant] Bugfix: Fix crash on start [esphome#7662](https://github.com/esphome/esphome/pull/7662) by [@kahrendt](https://github.com/kahrendt)

View File

@@ -1,4 +1,4 @@
# ESPHome Add-On # ESPHome Device Builder
[![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 Builder 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]

View File

@@ -31,8 +31,10 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
startup: services startup: services
name: ESPHome name: ESPHome Device Builder
version: 2024.10.2 panel_title: ESPHome Builder
version: 2024.12.4
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

View File

@@ -1,4 +1,4 @@
# ESPHome Add-On # ESPHome Device Builder
[![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 Builder 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]

View File

@@ -45,10 +45,11 @@ base: &base
esphome-dev: esphome-dev:
<<: *base <<: *base
directory: esphome-dev directory: esphome-dev
name: ESPHome Device Compiler (dev) name: ESPHome Device Builder (dev)
version: "2024.11.0-dev20241102" # DEV panel_title: ESPHome Builder (dev)
version: "2025.2.0-dev20250122" # DEV
slug: esphome-dev slug: esphome-dev
description: "Development version of ESPHome Device Compiler" description: "Development version of ESPHome Device Builder"
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
@@ -69,10 +70,11 @@ esphome-dev:
esphome-beta: esphome-beta:
<<: *base <<: *base
directory: esphome-beta directory: esphome-beta
name: ESPHome (beta) name: ESPHome Device Builder (beta)
version: "2024.10.2" # BETA panel_title: ESPHome Builder (beta)
version: "2024.12.4" # BETA
slug: esphome-beta slug: esphome-beta
description: "Beta version of ESPHome add-on" description: "Beta version of ESPHome Device Builder"
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 +85,11 @@ esphome-beta:
esphome-stable: esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome Device Builder
version: "2024.10.2" # STABLE panel_title: ESPHome Builder
version: "2024.12.4" # 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:

View File

@@ -1,4 +1,4 @@
# ESPHome Beta Add-On # ESPHome Device Builder 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 Builder 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]

View File

@@ -1,4 +1,4 @@
# ESPHome Device Compiler (Development branch) # ESPHome Device Builder (Development branch)
[![ESPHome logo][logo]][website] [![ESPHome logo][logo]][website]
@@ -13,7 +13,7 @@ All you need to do is write YAML configuration files; the rest (over-the-air upd
handled by ESPHome. handled by ESPHome.
<p align="center"> <p align="center">
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome-dev/images/screenshot.png" width="700px"></img> <img title="ESPHome Device Builder 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]