Skip to content

Commit 8649c31

Browse files
author
Franz646
committed
fix: move http to after_dependencies
1 parent 23f9519 commit 8649c31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

custom_components/orphan_cleaner/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"domain": "orphan_cleaner",
33
"name": "Orphan Entity Cleaner",
4+
"after_dependencies": [
5+
"http"
6+
],
47
"codeowners": [
58
"@Franz646"
69
],
710
"config_flow": true,
8-
"dependencies": [
9-
"http"
10-
],
1111
"documentation": "https://github.com/Franz646/orphan-cleaner",
1212
"integration_type": "service",
1313
"iot_class": "local_push",

0 commit comments

Comments
 (0)