1
0

Compare commits

...

8 Commits

5 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,10 @@
## 2023.9.2
## 2023.10.2
- SPI fixes for buggy components [esphome#5446](https://github.com/esphome/esphome/pull/5446) by [@clydebarrow](https://github.com/clydebarrow)
- Fix an Issue with IR Remote Climate and Whirlpool protocol toggle [esphome#5447](https://github.com/esphome/esphome/pull/5447) by [@the-mentor](https://github.com/the-mentor)
- Fix SPI support for second bus on 2023.9.1 [esphome#5456](https://github.com/esphome/esphome/pull/5456) by [@angelnu](https://github.com/angelnu)
- Ensure esphome directory exists on addon startup [esphome#5464](https://github.com/esphome/esphome/pull/5464) by [@jesserockz](https://github.com/jesserockz)
- Fix XOR condition [esphome#5567](https://github.com/esphome/esphome/pull/5567) by [@jesserockz](https://github.com/jesserockz)
- Improv Serial support via USB CDC and JTAG [esphome#5559](https://github.com/esphome/esphome/pull/5559) by [@kbx81](https://github.com/kbx81)
- Publish the `pulse_meter` total when setting the total [esphome#5475](https://github.com/esphome/esphome/pull/5475) by [@TrentHouliston](https://github.com/TrentHouliston)
- Remove explicit cast for IPAddress [esphome#5574](https://github.com/esphome/esphome/pull/5574) by [@HeMan](https://github.com/HeMan)
- Set addr type when copy from ip4_addr_t [esphome#5583](https://github.com/esphome/esphome/pull/5583) by [@HeMan](https://github.com/HeMan)
- fix canbus send config [esphome#5585](https://github.com/esphome/esphome/pull/5585) by [@ssieb](https://github.com/ssieb)
- Allow set climate preset to NONE [esphome#5588](https://github.com/esphome/esphome/pull/5588) by [@dentra](https://github.com/dentra)

View File

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

View File

@@ -1,7 +1,10 @@
## 2023.9.2
## 2023.10.2
- SPI fixes for buggy components [esphome#5446](https://github.com/esphome/esphome/pull/5446) by [@clydebarrow](https://github.com/clydebarrow)
- Fix an Issue with IR Remote Climate and Whirlpool protocol toggle [esphome#5447](https://github.com/esphome/esphome/pull/5447) by [@the-mentor](https://github.com/the-mentor)
- Fix SPI support for second bus on 2023.9.1 [esphome#5456](https://github.com/esphome/esphome/pull/5456) by [@angelnu](https://github.com/angelnu)
- Ensure esphome directory exists on addon startup [esphome#5464](https://github.com/esphome/esphome/pull/5464) by [@jesserockz](https://github.com/jesserockz)
- Fix XOR condition [esphome#5567](https://github.com/esphome/esphome/pull/5567) by [@jesserockz](https://github.com/jesserockz)
- Improv Serial support via USB CDC and JTAG [esphome#5559](https://github.com/esphome/esphome/pull/5559) by [@kbx81](https://github.com/kbx81)
- Publish the `pulse_meter` total when setting the total [esphome#5475](https://github.com/esphome/esphome/pull/5475) by [@TrentHouliston](https://github.com/TrentHouliston)
- Remove explicit cast for IPAddress [esphome#5574](https://github.com/esphome/esphome/pull/5574) by [@HeMan](https://github.com/HeMan)
- Set addr type when copy from ip4_addr_t [esphome#5583](https://github.com/esphome/esphome/pull/5583) by [@HeMan](https://github.com/HeMan)
- fix canbus send config [esphome#5585](https://github.com/esphome/esphome/pull/5585) by [@ssieb](https://github.com/ssieb)
- Allow set climate preset to NONE [esphome#5588](https://github.com/esphome/esphome/pull/5588) by [@dentra](https://github.com/dentra)

View File

@@ -31,7 +31,7 @@ backup_exclude:
- '*/*/'
init: false
name: ESPHome
version: 2023.9.2
version: 2023.10.2
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.9.2' # BETA
version: '2023.10.2' # 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.9.2' # STABLE
version: '2023.10.2' # STABLE
slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio