From 8aa897b0908e52eba1ca1783283fc1e6518082c2 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Mon, 29 Dec 2025 10:49:13 +0100 Subject: [PATCH] Change integration_type of pure_energie to device (#159928) --- homeassistant/components/pure_energie/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/pure_energie/manifest.json b/homeassistant/components/pure_energie/manifest.json index a79eadff415..86b21ae091f 100644 --- a/homeassistant/components/pure_energie/manifest.json +++ b/homeassistant/components/pure_energie/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@klaasnicolaas"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/pure_energie", - "integration_type": "service", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["gridnet==5.0.1"], "zeroconf": [ diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index bf627173ecd..d028ae0cb3e 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5272,7 +5272,7 @@ }, "pure_energie": { "name": "Pure Energie", - "integration_type": "service", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },