mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 18:15:04 -05:00
Add integration_type service to dnsip (#158930)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -1395,7 +1395,7 @@
|
||||
},
|
||||
"dnsip": {
|
||||
"name": "DNS IP",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user