diff --git a/homeassistant/components/threshold/manifest.json b/homeassistant/components/threshold/manifest.json index 84656ad4360..48a44c04a1d 100644 --- a/homeassistant/components/threshold/manifest.json +++ b/homeassistant/components/threshold/manifest.json @@ -1,5 +1,6 @@ { "domain": "threshold", + "integration_type": "helper", "name": "Threshold", "documentation": "https://www.home-assistant.io/integrations/threshold", "codeowners": ["@fabaff"], diff --git a/homeassistant/generated/config_flows.py b/homeassistant/generated/config_flows.py index ba1ec324d42..d5b604b6bd2 100644 --- a/homeassistant/generated/config_flows.py +++ b/homeassistant/generated/config_flows.py @@ -338,7 +338,6 @@ FLOWS = { "tasmota", "tellduslive", "tesla_wall_connector", - "threshold", "tibber", "tile", "tolo", @@ -404,6 +403,7 @@ FLOWS = { "integration", "min_max", "switch_as_x", + "threshold", "tod" ] }