diff --git a/homeassistant/components/p1_monitor/manifest.json b/homeassistant/components/p1_monitor/manifest.json index 686864606a9..501137854eb 100644 --- a/homeassistant/components/p1_monitor/manifest.json +++ b/homeassistant/components/p1_monitor/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@klaasnicolaas"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/p1_monitor", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["p1monitor"], "requirements": ["p1monitor==3.2.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8e20c065eef..8880972de7b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4934,7 +4934,7 @@ }, "p1_monitor": { "name": "P1 Monitor", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },