Skip to content

Commit

Permalink
Merge branch 'master' into energy_monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Jun 17, 2024
2 parents 58a3323 + 7a546aa commit 9cd985e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/esphome-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
cp -R esphome/travis_secrets.yaml.txt esphome/secrets.yaml
- name: Compile all ESPHome ${{matrix.file}}
uses: esphome/build-action@v2
continue-on-error: true
with:
version: dev
yaml_file: ${{matrix.file}}
Expand All @@ -108,7 +109,7 @@ jobs:
final:
name: Final ESPHome check
runs-on: ubuntu-latest
needs: [loop-stable, loop-beta, loop-dev]
needs: [loop-stable, loop-beta]
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v4
1 change: 0 additions & 1 deletion esphome/common/common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
api:

ota:
platform: esphome

wifi:
ssid: !secret wifi_ssid
Expand Down

0 comments on commit 9cd985e

Please sign in to comment.