hass-core/homeassistant/components/sighthound/manifest.json
2023-04-11 17:01:56 +02:00

9 lines
282 B
JSON

{
"domain": "sighthound",
"name": "Sighthound",
"codeowners": ["@robmarkcole"],
"documentation": "https://www.home-assistant.io/integrations/sighthound",
"iot_class": "cloud_polling",
"loggers": ["simplehound"],
"requirements": ["pillow==9.5.0", "simplehound==0.3"]
}