1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to twinkly (#163735)

This commit is contained in:
Joost Lekkerkerker
2026-02-22 10:47:14 +01:00
committed by GitHub
parent d4e40b77cf
commit f3e5cf0e56
2 changed files with 2 additions and 1 deletions
@@ -12,6 +12,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/twinkly",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["ttls"],
"requirements": ["ttls==1.8.3"]
+1 -1
View File
@@ -7274,7 +7274,7 @@
},
"twinkly": {
"name": "Twinkly",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},