diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 1bc1900ee94..26ee4ce52b5 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -2,20 +2,17 @@ "domain": "frontend", "name": "Home Assistant Frontend", "documentation": "https://www.home-assistant.io/integrations/frontend", - "requirements": [ - "home-assistant-frontend==20200108.0" - ], + "requirements": ["home-assistant-frontend==20200108.0"], "dependencies": [ "api", "auth", "http", "lovelace", "onboarding", + "search", "system_log", "websocket_api" ], - "codeowners": [ - "@home-assistant/frontend" - ], + "codeowners": ["@home-assistant/frontend"], "quality_scale": "internal" -} \ No newline at end of file +} diff --git a/homeassistant/components/search/__init__.py b/homeassistant/components/search/__init__.py index 574fc5ee773..51de916f456 100644 --- a/homeassistant/components/search/__init__.py +++ b/homeassistant/components/search/__init__.py @@ -58,7 +58,7 @@ class Searcher: """ # These types won't be further explored. Config entries + Output types. - DONT_RESOLVE = {"scene", "automation", "script", "group", "config_entry"} + DONT_RESOLVE = {"scene", "automation", "script", "group", "config_entry", "area"} def __init__( self,