From 43ca440c30e7f6c44d5d167137a2fe52999b2d92 Mon Sep 17 00:00:00 2001 From: Trevor Schirmer Date: Wed, 3 Jul 2024 23:56:24 -0400 Subject: [PATCH] Drop Logger For Size --- .github/workflows/ci.yml | 20 ++++++++++++++++++++ Integrations/ESPHome/MTR-1.yaml | 4 +--- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..eaab2f7 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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/checkout@v4.1.7 + - name: Build ESPHome firmware to verify configuration + uses: esphome/build-action@v3.1.0 + with: + yaml_file: ${{ matrix.file }} \ No newline at end of file diff --git a/Integrations/ESPHome/MTR-1.yaml b/Integrations/ESPHome/MTR-1.yaml index 9e83a1f..16a0e97 100644 --- a/Integrations/ESPHome/MTR-1.yaml +++ b/Integrations/ESPHome/MTR-1.yaml @@ -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: @@ -25,7 +25,6 @@ esphome: - lambda: "return id(runTest);" then: - lambda: "id(testScript).execute();" - esp32: board: esp32-c3-devkitm-1 @@ -93,7 +92,6 @@ api: value: !lambda "return co2_ppm;" id: scd40 -logger: ota: - platform: esphome