core/homeassistant/components/enigma2/manifest.json

12 lines
320 B
JSON
Raw Normal View History

{
"domain": "enigma2",
"name": "Enigma2 (OpenWebif)",
2023-12-19 01:30:23 +00:00
"codeowners": ["@autinerd"],
"config_flow": true,
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/enigma2",
"integration_type": "device",
"iot_class": "local_polling",
2023-02-08 19:19:19 +00:00
"loggers": ["openwebif"],
2025-01-05 09:04:59 +00:00
"requirements": ["openwebifpy==4.3.1"]
}