diff --git a/homeassistant/components/rest/manifest.json b/homeassistant/components/rest/manifest.json index d7161f98177..bd94e07636b 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 6e745fe4190..6c053eecae0 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" },