Add integration_type to ipp and roku (#80831)

This commit is contained in:
Chris Talkington 2022-10-23 13:31:24 -05:00 committed by GitHub
parent 0444dd71a6
commit 18f51db15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -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"]

View File

@ -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"
},