From c705a1dc4b64dda0dcf3f7095bb452cc49de92fb Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:26:02 +0100 Subject: [PATCH] Add integration type to rest (#157728) Co-authored-by: Claude --- homeassistant/components/rest/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },