Untag discovery as an allowed dependency (#31934)

This commit is contained in:
Paulus Schoutsen 2020-02-18 08:32:56 -08:00 committed by GitHub
parent 7be3a4cd37
commit b73531b2fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 2 deletions

View file

@ -103,8 +103,6 @@ ALLOWED_USED_COMPONENTS = {
"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.