Skip to content

Commit

Permalink
Fix dependency setup error (#34)
Browse files Browse the repository at this point in the history
Put darksky in after_dependencies instead of dependencies.
  • Loading branch information
pnbruckner authored Jan 10, 2023
1 parent fa5c34b commit a271680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/illuminance/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"documentation": "https://github.com/pnbruckner/ha-illuminance/blob/master/README.md",
"issue_tracker": "https://github.com/pnbruckner/ha-illuminance/issues",
"requirements": [],
"dependencies": ["darksky"],
"dependencies": [],
"after_dependencies": ["darksky"],
"iot_class": "calculated",
"codeowners": ["@pnbruckner"]
}

0 comments on commit a271680

Please sign in to comment.