Add integration_type device to openhome (#159858)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:08:18 +01:00
committed by GitHub
parent 8f6d88f517
commit f0ddb9ff2c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@bazwilliams"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openhome",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["async_upnp_client", "openhomedevice"],
"requirements": ["openhomedevice==2.2.0"],

View File

@@ -4779,7 +4779,7 @@
},
"openhome": {
"name": "Linn / OpenHome",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},