From c8af5bb452f5d1e360818b62ff44e1c3202bc58e Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 18:03:52 +0100 Subject: [PATCH] Add integration_type service to pushbullet (#159896) --- homeassistant/components/pushbullet/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },