diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 78b8fdb..f5e0dcc 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,9 +1,8 @@ -## 2024.2.0b2 +## 2024.2.0b3 -- AUTO_LOAD `sensor` for `shelly_dimmer` [esphome#6223](https://github.com/esphome/esphome/pull/6223) by [@kbx81](https://github.com/kbx81) -- Add more debugging logs to microWakeWord [esphome#6238](https://github.com/esphome/esphome/pull/6238) by [@kahrendt](https://github.com/kahrendt) -- Fix to RF receiver for Drayton Digistat heating controller [esphome#6235](https://github.com/esphome/esphome/pull/6235) by [@marshn](https://github.com/marshn) -- WRGB Use correct multiplier [esphome#6237](https://github.com/esphome/esphome/pull/6237) by [@mhetzi](https://github.com/mhetzi) -- Add optional minimum esphome version to microWakeWord manifest [esphome#6240](https://github.com/esphome/esphome/pull/6240) by [@jesserockz](https://github.com/jesserockz) -- Fix xl9535 pin reads [esphome#6242](https://github.com/esphome/esphome/pull/6242) by [@jesserockz](https://github.com/jesserockz) +- 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) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 1ec089f..362fb01 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -32,7 +32,7 @@ backup_exclude: init: false startup: services name: ESPHome (beta) -version: 2024.2.0b2 +version: 2024.2.0b3 slug: esphome-beta description: Beta version of ESPHome add-on image: ghcr.io/esphome/esphome-hassio diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 3c43357..d6f0f95 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -70,7 +70,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2024.2.0b2' # BETA + version: '2024.2.0b3' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/