From bfe1e70e06bfcec09b28246847cc1828f5b72ea1 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 25 Dec 2025 13:52:33 +0100 Subject: [PATCH] Add integration_type device to mystrom (#159703) --- homeassistant/components/mystrom/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/mystrom/manifest.json b/homeassistant/components/mystrom/manifest.json index fa033700043..2cab6ec12f6 100644 --- a/homeassistant/components/mystrom/manifest.json +++ b/homeassistant/components/mystrom/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/mystrom", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["pymystrom"], "requirements": ["python-mystrom==2.5.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7e151204539..cdb8c07d29e 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4301,7 +4301,7 @@ }, "mystrom": { "name": "myStrom", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },