mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"domain": "sighthound",
|
|
"name": "Sighthound",
|
|
"codeowners": ["@robmarkcole"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplehound"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["Pillow==11.3.0", "simplehound==0.3"]
|
|
}
|