Add integration_type device to kaleidescape (#159185)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:49:26 +01:00
committed by GitHub
parent fe987a63d6
commit 2a92292e76
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@SteveEasley"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/kaleidescape",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["pykaleidescape==1.0.2"],
"ssdp": [

View File

@@ -3272,7 +3272,7 @@
},
"kaleidescape": {
"name": "Kaleidescape",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},