Add integration_type to ipp and roku (#80831)
This commit is contained in:
parent
0444dd71a6
commit
18f51db15d
3 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
"domain": "ipp",
|
"domain": "ipp",
|
||||||
"name": "Internet Printing Protocol (IPP)",
|
"name": "Internet Printing Protocol (IPP)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ipp",
|
"documentation": "https://www.home-assistant.io/integrations/ipp",
|
||||||
|
"integration_type": "device",
|
||||||
"requirements": ["pyipp==0.12.0"],
|
"requirements": ["pyipp==0.12.0"],
|
||||||
"codeowners": ["@ctalkington"],
|
"codeowners": ["@ctalkington"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"domain": "roku",
|
"domain": "roku",
|
||||||
"name": "Roku",
|
"name": "Roku",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/roku",
|
"documentation": "https://www.home-assistant.io/integrations/roku",
|
||||||
|
"integration_type": "device",
|
||||||
"requirements": ["rokuecp==0.17.0"],
|
"requirements": ["rokuecp==0.17.0"],
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["3820X", "3810X", "4660X", "7820X", "C105X", "C135X"]
|
"models": ["3820X", "3810X", "4660X", "7820X", "C105X", "C135X"]
|
||||||
|
|
|
@ -2454,7 +2454,7 @@
|
||||||
},
|
},
|
||||||
"ipp": {
|
"ipp": {
|
||||||
"name": "Internet Printing Protocol (IPP)",
|
"name": "Internet Printing Protocol (IPP)",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
@ -4406,7 +4406,7 @@
|
||||||
},
|
},
|
||||||
"roku": {
|
"roku": {
|
||||||
"name": "Roku",
|
"name": "Roku",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue