Show repair and shutdown integration if new device id detected #385
Workflow file for this run
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: HA and HACS Validate | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
ha_and_hacs_validation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4.2.2 | |
- name: Hassfest validation | |
continue-on-error: true | |
uses: home-assistant/actions/hassfest@master | |
- name: HACS validation | |
continue-on-error: true | |
uses: hacs/action@main | |
with: | |
category: integration | |
ignore: brands |