Skip to content
Open
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
9 changes: 4 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/H-1/compare/$PREVIOUS_TAG...$RESOLVED_VERSION.1

Be sure to 🌟 this repository for updates!
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
yaml-files: |
Integrations/ESPHome/H-1.yaml
Integrations/ESPHome/H-1D.yaml
firmware-names: "1:firmware,1D:firmare-d"
firmware-names: "1:firmware,1D:firmware-d"
core-yaml-path: Integrations/ESPHome/Core.yaml
esphome-version: stable
# Bypass check if manually triggered with bypass option
Expand Down
3 changes: 2 additions & 1 deletion Integrations/ESPHome/H-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ update:
- platform: http_request
id: firmware_update
name: Firmware Update
source: https://apolloautomation.github.io/H-1/artifact/manifest.json
source: https://apolloautomation.github.io/H-1/firmware/manifest.json

wifi:
on_connect:
- delay: 5s
- ble.disable:
- component.update: firmware_update
on_disconnect:
- ble.enable:
ap:
Expand Down