Compare commits
8 Commits
@@ -1,5 +1,5 @@
|
|||||||
## 2023.4.3
|
## 2023.5.1
|
||||||
|
|
||||||
- Fix sprinkler switch restore_mode [esphome#4756](https://github.com/esphome/esphome/pull/4756) by [@kbx81](https://github.com/kbx81)
|
- Remove i2c dependency from ttp229_bsf [esphome#4851](https://github.com/esphome/esphome/pull/4851) by [@jesserockz](https://github.com/jesserockz)
|
||||||
- Fix i2s media player on devices with no internal DAC [esphome#4768](https://github.com/esphome/esphome/pull/4768) by [@jesserockz](https://github.com/jesserockz)
|
- Sprinkler fixes [esphome#4816](https://github.com/esphome/esphome/pull/4816) by [@kbx81](https://github.com/kbx81)
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
- '*/*/'
|
- '*/*/'
|
||||||
init: false
|
init: false
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: 2023.4.3
|
version: 2023.5.1
|
||||||
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,5 +1,5 @@
|
|||||||
## 2023.4.3
|
## 2023.5.1
|
||||||
|
|
||||||
- Fix sprinkler switch restore_mode [esphome#4756](https://github.com/esphome/esphome/pull/4756) by [@kbx81](https://github.com/kbx81)
|
- Remove i2c dependency from ttp229_bsf [esphome#4851](https://github.com/esphome/esphome/pull/4851) by [@jesserockz](https://github.com/jesserockz)
|
||||||
- Fix i2s media player on devices with no internal DAC [esphome#4768](https://github.com/esphome/esphome/pull/4768) by [@jesserockz](https://github.com/jesserockz)
|
- Sprinkler fixes [esphome#4816](https://github.com/esphome/esphome/pull/4816) by [@kbx81](https://github.com/kbx81)
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ backup_exclude:
|
|||||||
- '*/*/'
|
- '*/*/'
|
||||||
init: false
|
init: false
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: 2023.4.3
|
version: 2023.5.1
|
||||||
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: '2023.4.3' # BETA
|
version: '2023.5.1' # 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: '2023.4.3' # STABLE
|
version: '2023.5.1' # 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
|
||||||
|
|||||||
Reference in New Issue
Block a user