mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-17 09:14: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
|
|
@ -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