Files
core/homeassistant/components/generic/manifest.json
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2989e6bcdf Update Pillow to 12.3.0 (#176179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-10 08:55:57 +02:00

12 lines
333 B
JSON

{
"domain": "generic",
"name": "Generic Camera",
"codeowners": ["@davet2001"],
"config_flow": true,
"dependencies": ["http", "stream"],
"documentation": "https://www.home-assistant.io/integrations/generic",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["av==17.0.1", "Pillow==12.3.0"]
}