ha-core/homeassistant/components/elgato/manifest.json

13 lines
343 B
JSON
Raw Normal View History

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