diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 433f4ec..f878993 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,6 +1,9 @@ -## 2023.11.0b3 +## 2023.11.0b4 -- Bump aioesphomeapi to 18.2.7 [esphome#5706](https://github.com/esphome/esphome/pull/5706) by [@bdraco](https://github.com/bdraco) -- Update Dockerfile to use piwheels for armv7 [esphome#5709](https://github.com/esphome/esphome/pull/5709) by [@bdraco](https://github.com/bdraco) -- Bump zeroconf from 0.120.0 to 0.122.3 [esphome#5715](https://github.com/esphome/esphome/pull/5715) by [@dependabot[bot]](https://github.com/apps/dependabot) +- Add resistance_sampler interface for config validation [esphome#5718](https://github.com/esphome/esphome/pull/5718) by [@jesserockz](https://github.com/jesserockz) (new-integration) +- Fix zeroconf name resolution refactoring error [esphome#5725](https://github.com/esphome/esphome/pull/5725) by [@bdraco](https://github.com/bdraco) +- Missed ifdefs [esphome#5727](https://github.com/esphome/esphome/pull/5727) by [@descipher](https://github.com/descipher) +- Bump aioesphomeapi from 18.2.7 to 18.4.0 [esphome#5735](https://github.com/esphome/esphome/pull/5735) by [@dependabot[bot]](https://github.com/apps/dependabot) +- Migrate to using aioesphomeapi for the log runner to fix multiple issues [esphome#5733](https://github.com/esphome/esphome/pull/5733) by [@bdraco](https://github.com/bdraco) +- Bump zeroconf to 0.123.0 [esphome#5736](https://github.com/esphome/esphome/pull/5736) by [@bdraco](https://github.com/bdraco) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 1b64143..701bce9 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -31,7 +31,7 @@ backup_exclude: - '*/*/' init: false name: ESPHome (beta) -version: 2023.11.0b3 +version: 2023.11.0b4 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 fcfa4a9..0811f25 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -68,7 +68,7 @@ esphome-beta: <<: *base directory: esphome-beta name: ESPHome (beta) - version: '2023.11.0b3' # BETA + version: '2023.11.0b4' # BETA slug: esphome-beta description: "Beta version of ESPHome add-on" url: https://beta.esphome.io/