mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Bump version to 2024.9.2
This commit is contained in:
parent
64f2b246f0
commit
317247fdf3
@ -1,4 +1,7 @@
|
|||||||
## 2024.9.1
|
## 2024.9.2
|
||||||
|
|
||||||
- Copy active wake words to message [esphome#7481](https://github.com/esphome/esphome/pull/7481) by [@synesthesiam](https://github.com/synesthesiam)
|
- fix bl0906 reset energy action [esphome#7488](https://github.com/esphome/esphome/pull/7488) by [@ssieb](https://github.com/ssieb)
|
||||||
|
- [config_validation] Fix bug with extras on schemas [esphome#7497](https://github.com/esphome/esphome/pull/7497) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
- Prevent rp2040 randomly breaking the build [esphome#7507](https://github.com/esphome/esphome/pull/7507) by [@nkinnan](https://github.com/nkinnan)
|
||||||
|
- [rp2040] Always use maxgerhardt platform fork [esphome#7514](https://github.com/esphome/esphome/pull/7514) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
init: false
|
init: false
|
||||||
startup: services
|
startup: services
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: 2024.9.1
|
version: 2024.9.2
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: Beta version of ESPHome add-on
|
description: Beta version of ESPHome add-on
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
## 2024.9.1
|
## 2024.9.2
|
||||||
|
|
||||||
- Copy active wake words to message [esphome#7481](https://github.com/esphome/esphome/pull/7481) by [@synesthesiam](https://github.com/synesthesiam)
|
- fix bl0906 reset energy action [esphome#7488](https://github.com/esphome/esphome/pull/7488) by [@ssieb](https://github.com/ssieb)
|
||||||
|
- [config_validation] Fix bug with extras on schemas [esphome#7497](https://github.com/esphome/esphome/pull/7497) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
- Prevent rp2040 randomly breaking the build [esphome#7507](https://github.com/esphome/esphome/pull/7507) by [@nkinnan](https://github.com/nkinnan)
|
||||||
|
- [rp2040] Always use maxgerhardt platform fork [esphome#7514](https://github.com/esphome/esphome/pull/7514) by [@jesserockz](https://github.com/jesserockz)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
init: false
|
init: false
|
||||||
startup: services
|
startup: services
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: 2024.9.1
|
version: 2024.9.2
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
@ -70,7 +70,7 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: "2024.9.1" # BETA
|
version: "2024.9.2" # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome add-on"
|
description: "Beta version of ESPHome add-on"
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
@ -84,7 +84,7 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: "2024.9.1" # STABLE
|
version: "2024.9.2" # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||||
image: ghcr.io/esphome/esphome-hassio
|
image: ghcr.io/esphome/esphome-hassio
|
||||||
|
Loading…
Reference in New Issue
Block a user