mirror of https://github.com/home-assistant/core
13 lines
329 B
JSON
13 lines
329 B
JSON
{
|
|
"domain": "litejet",
|
|
"name": "LiteJet",
|
|
"codeowners": ["@joncar"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/litejet",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pylitejet"],
|
|
"requirements": ["pylitejet==0.6.3"],
|
|
"single_config_entry": true
|
|
}
|