mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"domain": "roku",
|
|
"name": "Roku",
|
|
"codeowners": ["@ctalkington"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/roku",
|
|
"homekit": {
|
|
"models": ["3820X", "3810X", "4660X", "7820X", "C105X", "C135X"]
|
|
},
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["rokuecp"],
|
|
"requirements": ["rokuecp==0.19.5"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:roku-com:device:player:1-0",
|
|
"manufacturer": "Roku",
|
|
"st": "roku:ecp"
|
|
}
|
|
]
|
|
}
|