diff --git a/homeassistant/components/escea/manifest.json b/homeassistant/components/escea/manifest.json index 35e0cec183f..d2adc90d6dc 100644 --- a/homeassistant/components/escea/manifest.json +++ b/homeassistant/components/escea/manifest.json @@ -7,6 +7,7 @@ "homekit": { "models": ["Escea"] }, + "integration_type": "device", "iot_class": "local_push", "requirements": ["pescea==1.0.12"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 63483875a85..e63e47f8488 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1835,7 +1835,7 @@ }, "escea": { "name": "Escea", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },