This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/160 core 300 s automation broken (#163)
* only accept numbers for AQI sensor * fix syntax error and update style. * add an air quality value sensor * add empty unit of measurement. * fix validate
- Loading branch information
Showing
2 changed files
with
65 additions
and
18 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Validate | ||
name: Validate with hassfest | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
@@ -9,11 +10,5 @@ jobs: | |
validate: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "actions/[email protected]" | ||
- name: HACS validation | ||
uses: "hacs/[email protected]" | ||
with: | ||
ignore: "brands" | ||
category: "integration" | ||
comment: false | ||
|
||
- uses: "actions/checkout@v3" | ||
- uses: home-assistant/actions/hassfest@master |
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