Bump homeassistant-stubs from 2026.1.0 to 2026.2.2 #1934
Workflow file for this run
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: Home Assistant | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| jobs: | |
| hacs: | |
| runs-on: ubuntu-latest | |
| name: HACS | |
| steps: | |
| - name: Check out the repository | |
| uses: "actions/checkout@v6" | |
| - name: HACS validation | |
| uses: "hacs/action@22.5.0" | |
| with: | |
| category: "integration" | |
| hassfest: | |
| runs-on: ubuntu-latest | |
| name: Hassfest | |
| steps: | |
| - name: Check out the repository | |
| uses: "actions/checkout@v6" | |
| - name: Hassfest validation | |
| uses: "home-assistant/actions/hassfest@master" |