diff --git a/homeassistant/components/pushbullet/manifest.json b/homeassistant/components/pushbullet/manifest.json index 44bbc947321..7e1b53df6bb 100644 --- a/homeassistant/components/pushbullet/manifest.json +++ b/homeassistant/components/pushbullet/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@engrbm87"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/pushbullet", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pushbullet"], "requirements": ["pushbullet.py==0.11.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 651c0dd5b87..8d0a7a4a149 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5290,7 +5290,7 @@ }, "pushbullet": { "name": "Pushbullet", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },