Skip to content

Commit

Permalink
Remove Managed Updates System
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Jul 5, 2024
1 parent de435dd commit d95da78
Show file tree
Hide file tree
Showing 3 changed files with 567 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
19 changes: 3 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 @@ -92,23 +93,11 @@ api:
value: !lambda "return co2_ppm;"
id: scd40

logger:

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 +560,3 @@ script:
blue: 0%
- light.turn_off:
id: rgb_light


Loading

0 comments on commit d95da78

Please sign in to comment.