From 77f10a23b0b303c99f58bc7d7e6b07cc0c5f86e1 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Jul 2024 16:53:21 +0200 Subject: [PATCH] Make Bayesian a helper (#121976) --- homeassistant/components/bayesian/manifest.json | 1 + homeassistant/generated/integrations.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/bayesian/manifest.json b/homeassistant/components/bayesian/manifest.json index 1d6dcd6080f..df1ab9c7609 100644 --- a/homeassistant/components/bayesian/manifest.json +++ b/homeassistant/components/bayesian/manifest.json @@ -3,6 +3,7 @@ "name": "Bayesian", "codeowners": ["@HarvsG"], "documentation": "https://www.home-assistant.io/integrations/bayesian", + "integration_type": "helper", "iot_class": "local_polling", "quality_scale": "internal" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 90895c45cbd..16f104d4fe9 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -635,12 +635,6 @@ "config_flow": true, "iot_class": "local_push" }, - "bayesian": { - "name": "Bayesian", - "integration_type": "hub", - "config_flow": false, - "iot_class": "local_polling" - }, "bbox": { "name": "Bbox", "integration_type": "hub", @@ -7162,6 +7156,12 @@ } }, "helper": { + "bayesian": { + "name": "Bayesian", + "integration_type": "helper", + "config_flow": false, + "iot_class": "local_polling" + }, "counter": { "integration_type": "helper", "config_flow": false