core/homeassistant/components/elgato/manifest.json

13 lines
343 B
JSON
Raw Normal View History

{
"domain": "elgato",
"name": "Elgato Light",
2023-02-08 19:19:19 +00:00
"codeowners": ["@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/elgato",
2023-02-08 19:19:19 +00:00
"integration_type": "device",
"iot_class": "local_polling",
2023-02-08 19:19:19 +00:00
"quality_scale": "platinum",
2023-11-20 18:27:55 +00:00
"requirements": ["elgato==5.1.1"],
2023-02-08 19:19:19 +00:00
"zeroconf": ["_elg._tcp.local."]
}