diff --git a/homeassistant/components/moat/manifest.json b/homeassistant/components/moat/manifest.json index d23c6b11969..d026d827e2f 100644 --- a/homeassistant/components/moat/manifest.json +++ b/homeassistant/components/moat/manifest.json @@ -11,6 +11,7 @@ "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/moat", + "integration_type": "device", "iot_class": "local_push", "requirements": ["moat-ble==0.1.1"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c925b3609f6..668cb6f2273 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4110,7 +4110,7 @@ }, "moat": { "name": "Moat", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },