diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b24beba..8d1b19a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,6 +2,7 @@ name-template: 'Release v$NEXT_PATCH_VERSION' tag-template: "$RESOLVED_VERSION" change-template: "- #$NUMBER $TITLE @$AUTHOR" sort-direction: ascending +category-template: '**$TITLE**' categories: - title: "🚨 Breaking changes" @@ -41,11 +42,9 @@ include-labels: no-changes-template: '- No changes' +# The shared build workflow appends a Full Changelog compare link to the +# release body (release-drafter cannot render 4-part version tags). template: | - ## What's Changed + **What's Changed** $CHANGES - - **Full Changelog**: https://github.com/ApolloAutomation/R_PRO-1/compare/$PREVIOUS_TAG...$RESOLVED_VERSION.1 - - Be sure to 🌟 this repository for updates! \ No newline at end of file diff --git a/Integrations/ESPHome/R_PRO-1_ETH.yaml b/Integrations/ESPHome/R_PRO-1_ETH.yaml index 8141086..0c69d6e 100644 --- a/Integrations/ESPHome/R_PRO-1_ETH.yaml +++ b/Integrations/ESPHome/R_PRO-1_ETH.yaml @@ -10,6 +10,13 @@ esphome: min_version: 2025.11.0 on_boot: + - priority: -100 + then: + - wait_until: + condition: + lambda: return network::is_connected(); + timeout: 60s + - component.update: update_http_request - priority: 800 then: - if: diff --git a/Integrations/ESPHome/R_PRO-1_W.yaml b/Integrations/ESPHome/R_PRO-1_W.yaml index 99e8272..81ddeb8 100644 --- a/Integrations/ESPHome/R_PRO-1_W.yaml +++ b/Integrations/ESPHome/R_PRO-1_W.yaml @@ -69,6 +69,8 @@ update: logger: wifi: + on_connect: + - component.update: update_http_request id: wifi_1 ap: ssid: "Apollo R PRO 1 Hotspot"