Skip to content

Commit b8ab0bc

Browse files
authored
Add integration_type service to dnsip (home-assistant#158930)
1 parent 19cb827 commit b8ab0bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/dnsip/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@gjohansson-ST"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/dnsip",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"requirements": ["aiodns==3.6.0"]
910
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@
13951395
},
13961396
"dnsip": {
13971397
"name": "DNS IP",
1398-
"integration_type": "hub",
1398+
"integration_type": "service",
13991399
"config_flow": true,
14001400
"iot_class": "cloud_polling"
14011401
},

0 commit comments

Comments
 (0)