Skip to content

Fix LED state logic

Fix LED state logic #9

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- localbytes-plug-pm.yaml
- minimal.yaml
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}