Add integration_type device to kulersky (#159290)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:56:52 +01:00
committed by GitHub
parent 6f4a112dbb
commit 7a6d929150
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/kulersky",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["bleak", "pykulersky"],
"requirements": ["pykulersky==0.5.8"]

View File

@@ -3403,7 +3403,7 @@
},
"kulersky": {
"name": "Kuler Sky",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},