1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 05:31:11 +01:00
Files
core/homeassistant/components/elgato/manifest.json
2024-11-20 20:54:15 +01:00

12 lines
312 B
JSON

{
"domain": "elgato",
"name": "Elgato Light",
"codeowners": ["@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/elgato",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["elgato==5.1.2"],
"zeroconf": ["_elg._tcp.local."]
}