From 95d6848726a6680c18d97c03d60ca1c6e824c55a Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 28 Mar 2022 10:35:08 +0200 Subject: [PATCH] Mark switch_as_x as a helper integration (#68779) --- homeassistant/components/switch_as_x/manifest.json | 1 + homeassistant/generated/config_flows.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/switch_as_x/manifest.json b/homeassistant/components/switch_as_x/manifest.json index 358b50bfd1b..921bc09b974 100644 --- a/homeassistant/components/switch_as_x/manifest.json +++ b/homeassistant/components/switch_as_x/manifest.json @@ -1,5 +1,6 @@ { "domain": "switch_as_x", + "integration_type": "helper", "name": "Switch as X", "documentation": "https://www.home-assistant.io/integrations/switch_as_x", "codeowners": [ diff --git a/homeassistant/generated/config_flows.py b/homeassistant/generated/config_flows.py index c659f78805e..9c8a3909436 100644 --- a/homeassistant/generated/config_flows.py +++ b/homeassistant/generated/config_flows.py @@ -328,7 +328,6 @@ FLOWS = { "subaru", "sun", "surepetcare", - "switch_as_x", "switchbot", "switcher_kis", "syncthing", @@ -404,6 +403,7 @@ FLOWS = { "helper": [ "derivative", "min_max", + "switch_as_x", "tod" ] }