Skip to content

Commit

Permalink
Remove Managed Update System
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Jul 5, 2024
1 parent 4507dca commit db5da41
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 19 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
pull_request:

jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/MSR-1.yaml
- Integrations/ESPHome/MSR-1_BLE.yaml
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}
23 changes: 4 additions & 19 deletions Integrations/ESPHome/MSR-1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Define Project
substitutions:
name: apollo-msr-1
version: "24.7.3.1"
version: "24.7.5.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esphome:
Expand Down Expand Up @@ -82,26 +82,12 @@ api:
ota:
- platform: esphome
password: "apolloautomation"
id: ota_default
- platform: http_request
id: ota_managed

http_request:
useragent: esphome/device
timeout: 10s
verify_ssl: false

update:
- platform: http_request
id: firmware_update
name: Firmware Update
source: https://apolloautomation.github.io/MSR-1/artifact/manifest.json




wifi:

power_save_mode: none

# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Apollo MSR1 Hotspot"
Expand All @@ -111,7 +97,7 @@ captive_portal:

web_server:
port: 80



# Set Up Key Ports For Communication
Expand Down Expand Up @@ -339,7 +325,6 @@ binary_sensor:
pin:
number: GPIO9
inverted: true
ignore_strapping_warning: true
mode:
input: true
pullup: true
Expand Down
Loading

0 comments on commit db5da41

Please sign in to comment.