1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add integration_type device to wolflink (#163982)

This commit is contained in:
Joost Lekkerkerker
2026-02-25 07:23:14 +01:00
committed by GitHub
parent 9007c65b50
commit b914971531
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@adamkrol93", "@mtielen"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wolflink",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["wolf_comm"],
"requirements": ["wolf-comm==0.0.23"]

View File

@@ -7784,7 +7784,7 @@
},
"wolflink": {
"name": "Wolf SmartSet Service",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "cloud_polling"
},