1
0

Compare commits

...

10 Commits

5 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
## 2023.9.1 ## 2023.10.3
- Tuya Number Scaling [esphome#5108](https://github.com/esphome/esphome/pull/5108) by [@InvncibiltyCloak](https://github.com/InvncibiltyCloak) - Set IP address `type` only when IPv4 and IPv6 are both enabled [esphome#5595](https://github.com/esphome/esphome/pull/5595) by [@kbx81](https://github.com/kbx81)
- Migrate dashboard json files to /data folder instead of wiping out [esphome#5441](https://github.com/esphome/esphome/pull/5441) by [@jesserockz](https://github.com/jesserockz)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
name: ESPHome (beta) name: ESPHome (beta)
version: 2023.9.1 version: 2023.10.3
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

View File

@@ -1,5 +1,4 @@
## 2023.9.1 ## 2023.10.3
- Tuya Number Scaling [esphome#5108](https://github.com/esphome/esphome/pull/5108) by [@InvncibiltyCloak](https://github.com/InvncibiltyCloak) - Set IP address `type` only when IPv4 and IPv6 are both enabled [esphome#5595](https://github.com/esphome/esphome/pull/5595) by [@kbx81](https://github.com/kbx81)
- Migrate dashboard json files to /data folder instead of wiping out [esphome#5441](https://github.com/esphome/esphome/pull/5441) by [@jesserockz](https://github.com/jesserockz)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
name: ESPHome name: ESPHome
version: 2023.9.1 version: 2023.10.3
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

View File

@@ -68,7 +68,7 @@ esphome-beta:
<<: *base <<: *base
directory: esphome-beta directory: esphome-beta
name: ESPHome (beta) name: ESPHome (beta)
version: '2023.9.1' # BETA version: '2023.10.3' # 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/
@@ -82,7 +82,7 @@ esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome
version: '2023.9.1' # STABLE version: '2023.10.3' # 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