mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 16:24:04 +02:00
fix hassfest: drop invalid 'homeassistant' manifest key; run validation on main
- manifest.json: remove the 'homeassistant' key (not a valid manifest key; the min HA version lives in hacs.json). Verified hassfest-clean locally. - validate.yml / hassfest.yaml: trigger on push to main (default branch) too, not only master, so CI actually runs.
This commit is contained in:
parent
9b44ae1cc7
commit
262bfa5e17
3 changed files with 2 additions and 3 deletions
2
.github/workflows/hassfest.yaml
vendored
2
.github/workflows/hassfest.yaml
vendored
|
|
@ -2,7 +2,7 @@ name: Validate with hassfest
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Validate
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
"config_flow": true,
|
||||
"dependencies": ["light"],
|
||||
"documentation": "https://github.com/CaseyRo/adaptive-lighting#readme",
|
||||
"homeassistant": "2025.1.0",
|
||||
"iot_class": "calculated",
|
||||
"issue_tracker": "https://github.com/CaseyRo/adaptive-lighting/issues",
|
||||
"requirements": ["ulid-transform"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue