From 1b3c383558fa18f926654c5239287de1fbb4a4b7 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:31:44 -0400 Subject: [PATCH] Add integration_type to vizio, tomorrowio, zwave_js (#80975) --- homeassistant/components/tomorrowio/manifest.json | 4 +++- homeassistant/components/vizio/manifest.json | 3 ++- homeassistant/components/zwave_js/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/tomorrowio/manifest.json b/homeassistant/components/tomorrowio/manifest.json index 8c097d46eb7..7c3b688f075 100644 --- a/homeassistant/components/tomorrowio/manifest.json +++ b/homeassistant/components/tomorrowio/manifest.json @@ -5,5 +5,7 @@ "documentation": "https://www.home-assistant.io/integrations/tomorrowio", "requirements": ["pytomorrowio==0.3.5"], "codeowners": ["@raman325", "@lymanepp"], - "iot_class": "cloud_polling" + "iot_class": "cloud_polling", + "loggers": ["pytomorrowio"], + "integration_type": "service" } diff --git a/homeassistant/components/vizio/manifest.json b/homeassistant/components/vizio/manifest.json index 5b534f861cc..3fe0ac45885 100644 --- a/homeassistant/components/vizio/manifest.json +++ b/homeassistant/components/vizio/manifest.json @@ -8,5 +8,6 @@ "zeroconf": ["_viziocast._tcp.local."], "quality_scale": "platinum", "iot_class": "local_polling", - "loggers": ["pyvizio"] + "loggers": ["pyvizio"], + "integration_type": "hub" } diff --git a/homeassistant/components/zwave_js/manifest.json b/homeassistant/components/zwave_js/manifest.json index 5b085ab0bb3..38c1e8b181f 100644 --- a/homeassistant/components/zwave_js/manifest.json +++ b/homeassistant/components/zwave_js/manifest.json @@ -21,5 +21,6 @@ } ], "zeroconf": ["_zwave-js-server._tcp.local."], - "loggers": ["zwave_js_server"] + "loggers": ["zwave_js_server"], + "integration_type": "hub" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6b64e05a73b..f3b9fea78bf 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5400,7 +5400,7 @@ }, "tomorrowio": { "name": "Tomorrow.io", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },