Skip to content

Commit

Permalink
Merge pull request #12 from ApolloAutomation/RemoveManagedUpdates
Browse files Browse the repository at this point in the history
Remove Managed Updates System
  • Loading branch information
TrevorSchirmer authored Jul 5, 2024
2 parents de435dd + f33d6df commit f637139
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
file:
- Integrations/ESPHome/MTR-1.yaml
- Integrations/ESPHome/MTR-1_BLE.yaml
steps:
- name: Checkout source code
uses: actions/checkout@v4.1.7
Expand Down
18 changes: 2 additions & 16 deletions Integrations/ESPHome/MTR-1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Define Project
substitutions:
name: apollo-mtr-1
version: "24.7.4.1"
version: "24.7.5.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esphome:
Expand All @@ -25,6 +25,7 @@ esphome:
- lambda: "return id(runTest);"
then:
- lambda: "id(testScript).execute();"


esp32:
board: esp32-c3-devkitm-1
Expand Down Expand Up @@ -96,19 +97,6 @@ api:
ota:
- platform: esphome
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/MTR-1/artifact/manifest.json


wifi:
Expand Down Expand Up @@ -571,5 +559,3 @@ script:
blue: 0%
- light.turn_off:
id: rgb_light


Loading

0 comments on commit f637139

Please sign in to comment.