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:
Casey Romkes 2026-06-09 14:21:27 +02:00
commit 262bfa5e17
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Validate with hassfest
on:
push:
branches: [master]
branches: [main, master]
pull_request:
schedule:
- cron: "0 0 * * *"

View file

@ -2,7 +2,7 @@ name: Validate
on:
push:
branches: [master]
branches: [main, master]
pull_request:
schedule:
- cron: "0 0 * * *"

View file

@ -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"],