Add Govee Strip Light Pro 2 H61F5 profile #213
This file contains hidden or 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: Validate HACS | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| jobs: | |
| validate-hassfest: | |
| name: Hassfest validation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@v6 | |
| - name: validation | |
| uses: home-assistant/actions/hassfest@master | |
| validate-hacs: | |
| name: HACS validation | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - name: checkout | |
| uses: actions/checkout@v6 | |
| - name: validation | |
| uses: "hacs/action@main" | |
| with: | |
| category: "integration" |