1
0

Compare commits

...

48 Commits

9 changed files with 32 additions and 32 deletions

View File

@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.8.0
with:
python-version: '3.x'
python-version: '3.11'
- run: pip install -r script/requirements.txt
- run: script/bump-version.py ${{ github.event.inputs.version }}
- name: Write Beta changelog

View File

@@ -19,20 +19,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- name: Log in to the GitHub container registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3.0.0
- name: Build and Push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v5.1.0
with:
context: .
file: .devcontainer/Dockerfile

View File

@@ -19,16 +19,16 @@ jobs:
channel: dev
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🛠 Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v4.8.0
with:
python-version: '3.x'
python-version: '3.11'
- name: 🛠 Install dependencies
run: pip install -r script/requirements.txt
- name: 🛠 Generate files from template
run: python script/generate.py ${{ matrix.channels.channel }}
- name: 🚀 Run Home Assistant Add-on Lint on ${{ matrix.channels.channel }}
uses: frenck/action-addon-linter@v2.13.2
uses: frenck/action-addon-linter@v2.15.0
with:
path: "./${{ matrix.channels.folder }}"

View File

@@ -1,10 +1,8 @@
## 2023.10.2
## 2024.2.0b3
- Fix XOR condition [esphome#5567](https://github.com/esphome/esphome/pull/5567) by [@jesserockz](https://github.com/jesserockz)
- Improv Serial support via USB CDC and JTAG [esphome#5559](https://github.com/esphome/esphome/pull/5559) by [@kbx81](https://github.com/kbx81)
- Publish the `pulse_meter` total when setting the total [esphome#5475](https://github.com/esphome/esphome/pull/5475) by [@TrentHouliston](https://github.com/TrentHouliston)
- Remove explicit cast for IPAddress [esphome#5574](https://github.com/esphome/esphome/pull/5574) by [@HeMan](https://github.com/HeMan)
- Set addr type when copy from ip4_addr_t [esphome#5583](https://github.com/esphome/esphome/pull/5583) by [@HeMan](https://github.com/HeMan)
- fix canbus send config [esphome#5585](https://github.com/esphome/esphome/pull/5585) by [@ssieb](https://github.com/ssieb)
- Allow set climate preset to NONE [esphome#5588](https://github.com/esphome/esphome/pull/5588) by [@dentra](https://github.com/dentra)
- hold interrupt disable for dallas one-wire [esphome#6244](https://github.com/esphome/esphome/pull/6244) by [@ssieb](https://github.com/ssieb)
- Fix tm1651 enum [esphome#6248](https://github.com/esphome/esphome/pull/6248) by [@kbx81](https://github.com/kbx81)
- Clear UART read buffer before sending next command [esphome#6200](https://github.com/esphome/esphome/pull/6200) by [@fototakas](https://github.com/fototakas)
- Voice Assistant: add on_idle trigger and fix nevermind [esphome#6141](https://github.com/esphome/esphome/pull/6141) by [@synesthesiam](https://github.com/synesthesiam)
- Tuya Fan component fix to handle enum datapoint type [esphome#6135](https://github.com/esphome/esphome/pull/6135) by [@sibowler](https://github.com/sibowler)

View File

@@ -30,8 +30,9 @@ schema:
backup_exclude:
- '*/*/'
init: false
startup: services
name: ESPHome (beta)
version: 2023.10.2
version: 2024.2.0b3
slug: esphome-beta
description: Beta version of ESPHome add-on
image: ghcr.io/esphome/esphome-hassio

View File

@@ -31,6 +31,7 @@ schema:
backup_exclude:
- '*/*/'
init: false
startup: services
name: ESPHome (dev)
version: dev
slug: esphome-dev

View File

@@ -1,10 +1,7 @@
## 2023.10.2
## 2023.12.9
- Fix XOR condition [esphome#5567](https://github.com/esphome/esphome/pull/5567) by [@jesserockz](https://github.com/jesserockz)
- Improv Serial support via USB CDC and JTAG [esphome#5559](https://github.com/esphome/esphome/pull/5559) by [@kbx81](https://github.com/kbx81)
- Publish the `pulse_meter` total when setting the total [esphome#5475](https://github.com/esphome/esphome/pull/5475) by [@TrentHouliston](https://github.com/TrentHouliston)
- Remove explicit cast for IPAddress [esphome#5574](https://github.com/esphome/esphome/pull/5574) by [@HeMan](https://github.com/HeMan)
- Set addr type when copy from ip4_addr_t [esphome#5583](https://github.com/esphome/esphome/pull/5583) by [@HeMan](https://github.com/HeMan)
- fix canbus send config [esphome#5585](https://github.com/esphome/esphome/pull/5585) by [@ssieb](https://github.com/ssieb)
- Allow set climate preset to NONE [esphome#5588](https://github.com/esphome/esphome/pull/5588) by [@dentra](https://github.com/dentra)
- fix sen5x negative temperature [esphome#6082](https://github.com/esphome/esphome/pull/6082) by [@ssieb](https://github.com/ssieb)
- negative values for all DHT22 variants [esphome#6074](https://github.com/esphome/esphome/pull/6074) by [@ssieb](https://github.com/ssieb)
- fix negative temperature for pmsx003 [esphome#6083](https://github.com/esphome/esphome/pull/6083) by [@ssieb](https://github.com/ssieb)
- fix: negative temperatures on PMS5003T sensors [esphome#6100](https://github.com/esphome/esphome/pull/6100) by [@aschmitz](https://github.com/aschmitz)

View File

@@ -30,8 +30,9 @@ schema:
backup_exclude:
- '*/*/'
init: false
startup: services
name: ESPHome
version: 2023.10.2
version: 2023.12.9
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
image: ghcr.io/esphome/esphome-hassio

View File

@@ -39,6 +39,8 @@ base: &base
- "*/*/"
# Disable docker init for s6
init: false
# Make sure dashboard is available for core
startup: services
esphome-dev:
<<: *base
@@ -68,7 +70,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: '2023.10.2' # BETA
version: '2024.2.0b3' # BETA
slug: esphome-beta
description: "Beta version of ESPHome add-on"
url: https://beta.esphome.io/
@@ -82,7 +84,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: '2023.10.2' # STABLE
version: '2023.12.9' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio