Add integration type to broadlink (#157739)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 12:42:10 +00:00
committed by Franck Nijhof
co-authored by Claude
parent e11e31a1a0
commit 2fe9fc7ee3
2 changed files with 2 additions and 1 deletions
@@ -36,6 +36,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/broadlink",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["broadlink"],
"requirements": ["broadlink==0.19.0"]
+1 -1
View File
@@ -847,7 +847,7 @@
},
"broadlink": {
"name": "Broadlink",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},