mirror of
https://github.com/home-assistant/core.git
synced 2025-06-03 12:47:06 +00:00
Add integration_type to ipp and roku (#80831)
This commit is contained in:
parent
0444dd71a6
commit
18f51db15d
@ -2,6 +2,7 @@
|
||||
"domain": "ipp",
|
||||
"name": "Internet Printing Protocol (IPP)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ipp",
|
||||
"integration_type": "device",
|
||||
"requirements": ["pyipp==0.12.0"],
|
||||
"codeowners": ["@ctalkington"],
|
||||
"config_flow": true,
|
||||
|
@ -2,6 +2,7 @@
|
||||
"domain": "roku",
|
||||
"name": "Roku",
|
||||
"documentation": "https://www.home-assistant.io/integrations/roku",
|
||||
"integration_type": "device",
|
||||
"requirements": ["rokuecp==0.17.0"],
|
||||
"homekit": {
|
||||
"models": ["3820X", "3810X", "4660X", "7820X", "C105X", "C135X"]
|
||||
|
@ -2454,7 +2454,7 @@
|
||||
},
|
||||
"ipp": {
|
||||
"name": "Internet Printing Protocol (IPP)",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
@ -4406,7 +4406,7 @@
|
||||
},
|
||||
"roku": {
|
||||
"name": "Roku",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user