Skip to content

fix: remove Config import, add CONFIG_SCHEMA, use async_forward_entry… #18

fix: remove Config import, add CONFIG_SCHEMA, use async_forward_entry…

fix: remove Config import, add CONFIG_SCHEMA, use async_forward_entry… #18

Workflow file for this run

name: Push actions
on:
push:
branches:
- master
- dev
jobs:
validate:
runs-on: ubuntu-latest
name: Validate
steps:
- uses: actions/checkout@v4
- name: HACS validation
uses: hacs/action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
category: integration
- name: Hassfest validation
uses: home-assistant/actions/hassfest@master
style:
runs-on: ubuntu-latest
name: Check style formatting
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .