mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add integration_type device to pi_hole (#159875)
This commit is contained in:
committed by
GitHub
parent
2b6abb372c
commit
c7fa557148
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@shenxn"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/pi_hole",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["hole"],
|
||||
"requirements": ["hole==0.9.0"]
|
||||
|
||||
@@ -5055,7 +5055,7 @@
|
||||
},
|
||||
"pi_hole": {
|
||||
"name": "Pi-hole",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user