Add integration_type service to dnsip (#158930)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 16:25:51 -06:00
committed by GitHub
parent 19cb827577
commit b8ab0bcadf
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dnsip",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["aiodns==3.6.0"]
}
+1 -1
View File
@@ -1395,7 +1395,7 @@
},
"dnsip": {
"name": "DNS IP",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},