Skip to content
Merged
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
9 changes: 5 additions & 4 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "26.7.7.1"
version: "26.7.7.2"


packages:
Expand Down Expand Up @@ -201,9 +201,9 @@ select:
optimistic: true
restore_value: true
options:
- "Main"
- "Stable"
- "Beta"
initial_option: "Main"
initial_option: "Stable"
on_value:
then:
- script.execute: apply_ota_source
Expand Down Expand Up @@ -356,7 +356,8 @@ media_player:
script:
- id: apply_ota_source
# Sets the OTA source URL from the two selectors: Firmware Type (WiFi/Ethernet)
# x Firmware Channel (Main/Beta). Main = GitHub Pages, Beta = GitHub release assets.
# x Firmware Channel (Stable/Beta). Stable = GitHub Pages (main branch builds),
# Beta = GitHub release assets.
then:
- lambda: |-
const bool eth = id(firmware_selector).current_option() == "Ethernet";
Expand Down
Loading