diff --git a/homeassistant/components/rest/manifest.json b/homeassistant/components/rest/manifest.json index d7161f981773..bd94e07636be 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", + "integration_type": "service", "iot_class": "local_polling", "requirements": ["jsonpath==0.82.2", "xmltodict==1.0.2"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6e745fe41900..6c053eecae0c 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5548,7 +5548,7 @@ }, "rest": { "name": "RESTful", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "local_polling" },