Skip to content

Add device_class: energy to Daily Energy #5

Add device_class: energy to Daily Energy

Add device_class: energy to Daily Energy #5

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 }}