Add integration_type device to dunehd (#158935)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:58:03 +01:00
committed by GitHub
parent 9337a0e71b
commit 3ca338dd25
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dunehd",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["pdunehd"],
"requirements": ["pdunehd==1.3.2"]
+1 -1
View File
@@ -1484,7 +1484,7 @@
},
"dunehd": {
"name": "Dune HD",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},