1
0

Compare commits

...

12 Commits

5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
## 2023.10.6
## 2023.11.4
- Revert "Ensure that all uses of strncpy in wifi component are safe." [esphome#5662](https://github.com/esphome/esphome/pull/5662) by [@jesserockz](https://github.com/jesserockz)
- Allow images to be downloaded from URLs [esphome#5214](https://github.com/esphome/esphome/pull/5214) by [@landonr](https://github.com/landonr)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome (beta)
version: 2023.10.6
version: 2023.11.4
slug: esphome-beta
description: Beta version of ESPHome add-on
image: ghcr.io/esphome/esphome-hassio

View File

@@ -1,4 +1,4 @@
## 2023.10.6
## 2023.11.4
- Revert "Ensure that all uses of strncpy in wifi component are safe." [esphome#5662](https://github.com/esphome/esphome/pull/5662) by [@jesserockz](https://github.com/jesserockz)
- Allow images to be downloaded from URLs [esphome#5214](https://github.com/esphome/esphome/pull/5214) by [@landonr](https://github.com/landonr)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome
version: 2023.10.6
version: 2023.11.4
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
image: ghcr.io/esphome/esphome-hassio

View File

@@ -68,7 +68,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: '2023.10.6' # BETA
version: '2023.11.4' # BETA
slug: esphome-beta
description: "Beta version of ESPHome add-on"
url: https://beta.esphome.io/
@@ -82,7 +82,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: '2023.10.6' # STABLE
version: '2023.11.4' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio