mirror of https://github.com/home-assistant/core
11 lines
306 B
JSON
11 lines
306 B
JSON
{
|
|
"domain": "sky_remote",
|
|
"name": "Sky Remote Control",
|
|
"codeowners": ["@dunnmj", "@saty9"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sky_remote",
|
|
"integration_type": "device",
|
|
"iot_class": "assumed_state",
|
|
"requirements": ["skyboxremote==0.0.6"]
|
|
}
|