Skip to content

Add support for the 2022 entity model in HA #15

Add support for the 2022 entity model in HA

Add support for the 2022 entity model in HA #15

Workflow file for this run

name: PR Checks
on: pull_request
jobs:
pytest:
runs-on: ubuntu-latest
container: python:3.12
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install dependencies
run: pip install -e .; pip install pytest
- name: Run pytest
run: pytest