Skip to content

feat(smartir): add heat codes for Air Nova from 20C to 30C #143

feat(smartir): add heat codes for Air Nova from 20C to 30C

feat(smartir): add heat codes for Air Nova from 20C to 30C #143

name: Check
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
home-assistant:
name: "Home Assistant Core ${{ matrix.version }} Configuration Check"
runs-on: ubuntu-latest
strategy:
matrix:
version: ["stable", "beta", "dev"]
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected]
- name: 🚀 Run Home Assistant Configuration Check
uses: frenck/[email protected]
with:
path: "."
secrets: ./secrets.fake.yaml
version: "${{ matrix.version }}"