Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
esp32-generic/esp32-generic.factory.yaml
esp32-generic/esp32-generic-c3.factory.yaml
esp32-generic/esp32-generic-s3.factory.yaml
esphome-version: 2025.4.1
esphome-version: 2025.5.0
combined-name: esp32-generic
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
Expand All @@ -39,7 +39,7 @@ jobs:
m5stack/m5stack-atom-s3.factory.yaml
olimex/olimex-esp32-poe-iso.factory.yaml
wt32/wt32-eth01.factory.yaml
esphome-version: 2025.4.1
esphome-version: 2025.5.0
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}
Expand Down
2 changes: 1 addition & 1 deletion esp32-generic/esp32-generic-c3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion esp32-generic/esp32-generic-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion esp32-generic/esp32-generic.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: esp32-bluetooth-proxy
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion gl-inet/gl-s10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
esphome:
name: gl-s10
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true
# turn on Power LED when esphome boots
on_boot:
Expand Down
2 changes: 1 addition & 1 deletion lilygo/lilygo-t-eth-poe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: lilygo-t-eth-poe
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion m5stack/m5stack-atom-lite.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: m5stack-atom-lite
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion m5stack/m5stack-atom-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: m5stack-atom-s3
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion olimex/olimex-esp32-poe-iso.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: olimex-esp32-poe-iso
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true

esp32:
Expand Down
2 changes: 1 addition & 1 deletion wt32/wt32-eth01.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: wt32-eth01
friendly_name: Bluetooth Proxy
min_version: 2025.2.1
min_version: 2025.5.0
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio
Expand Down