1
0

Compare commits

..

4 Commits

6 changed files with 19 additions and 19 deletions

View File

@@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.1
- uses: actions/setup-python@v5.3.0 - uses: actions/setup-python@v5.2.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

@@ -19,7 +19,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.1
- name: Log in to the GitHub container registry - name: Log in to the GitHub container registry
uses: docker/login-action@v3.3.0 uses: docker/login-action@v3.3.0
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'

View File

@@ -19,9 +19,9 @@ jobs:
channel: dev channel: dev
steps: steps:
- name: ⤵️ Check out code from GitHub - name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.1
- name: 🛠 Setup Python - name: 🛠 Setup Python
uses: actions/setup-python@v5.3.0 uses: actions/setup-python@v5.2.0
with: with:
python-version: '3.11' python-version: '3.11'
- name: 🛠 Install dependencies - name: 🛠 Install dependencies

View File

@@ -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]

View File

@@ -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.2" # BETA version: "2024.10.2" # 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.2" # STABLE version: "2024.10.2" # 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 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]