Add required step param to OpenthermNumber to prevent error on HA restart #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [ push, pull_request, workflow_dispatch ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: esphome/esphome:latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: pip3 install mypy | |
- run: mypy | |
- run: python3 compile_all.py |