diff --git a/homeassistant/components/rest/manifest.json b/homeassistant/components/rest/manifest.json index d638c20d2a4..d8dc1b19f1c 100644 --- a/homeassistant/components/rest/manifest.json +++ b/homeassistant/components/rest/manifest.json @@ -3,6 +3,7 @@ "name": "RESTful", "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/rest", + "import_executor": true, "iot_class": "local_polling", "requirements": ["jsonpath==0.82.2", "xmltodict==0.13.0"] }