Skip to content

Commit

Permalink
Untag discovery as an allowed dependency (home-assistant#31934)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 18, 2020
1 parent 7be3a4c commit b73531b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/apple_tv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/apple_tv",
"requirements": ["pyatv==0.3.13"],
"dependencies": ["configurator"],
"after_dependencies": ["discovery"],
"codeowners": []
}
1 change: 1 addition & 0 deletions homeassistant/components/freebox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/freebox",
"requirements": ["aiofreepybox==0.0.8"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": ["@snoof85"]
}
1 change: 1 addition & 0 deletions homeassistant/components/octoprint/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/octoprint",
"requirements": [],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": []
}
1 change: 1 addition & 0 deletions homeassistant/components/roku/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/roku",
"requirements": ["roku==4.0.0"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": []
}
1 change: 1 addition & 0 deletions homeassistant/components/sabnzbd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/sabnzbd",
"requirements": ["pysabnzbd==1.1.0"],
"dependencies": ["configurator"],
"after_dependencies": ["discovery"],
"codeowners": []
}
1 change: 1 addition & 0 deletions homeassistant/components/xiaomi_aqara/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/xiaomi_aqara",
"requirements": ["PyXiaomiGateway==0.12.4"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": ["@danielhiversen", "@syssi"]
}
1 change: 1 addition & 0 deletions homeassistant/components/yeelight/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.5.0"],
"dependencies": [],
"after_dependencies": ["discovery"],
"codeowners": ["@rytilahti", "@zewelor"]
}
2 changes: 0 additions & 2 deletions script/hassfest/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def visit_Attribute(self, node):
"homeassistant",
"system_log",
"person",
# Discovery
"discovery",
# Other
"mjpeg", # base class, has no reqs or component to load.
"stream", # Stream cannot install on all systems, can be imported without reqs.
Expand Down

0 comments on commit b73531b

Please sign in to comment.