1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/sighthound/manifest.json
2025-07-01 14:31:06 +01:00

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"]
}