Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Logger For Size #11

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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