diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 9e34017..bd32e08 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.7.7.1" + version: "26.7.7.2" packages: @@ -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 @@ -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";