Skip to content

Commit

Permalink
Merge pull request #11 from ApolloAutomation/ReduceFirmware
Browse files Browse the repository at this point in the history
Drop Logger For Size
  • Loading branch information
TrevorSchirmer committed Jul 4, 2024
2 parents ed20bc6 + 43ca440 commit de435dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
pull_request:

jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/MTR-1.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 }}
4 changes: 1 addition & 3 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.3.1"
version: "24.7.4.1"
device_description: ${name} made by Apollo Automation - version ${version}.

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


esp32:
board: esp32-c3-devkitm-1
Expand Down Expand Up @@ -93,7 +92,6 @@ api:
value: !lambda "return co2_ppm;"
id: scd40

logger:

ota:
- platform: esphome
Expand Down

0 comments on commit de435dd

Please sign in to comment.