mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Joostlek <joostlek@outlook.com>
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"domain": "lojack",
|
|
"name": "LoJack",
|
|
"codeowners": ["@devinslick"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/lojack",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["lojack_api"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["lojack-api==0.7.1"]
|
|
}
|