core/homeassistant/components/control4/manifest.json

16 lines
336 B
JSON
Raw Normal View History

{
"domain": "control4",
"name": "Control4",
2023-02-08 19:16:39 +00:00
"codeowners": ["@lawtancool"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/control4",
2023-02-08 19:16:39 +00:00
"iot_class": "local_polling",
"loggers": ["pyControl4"],
"requirements": ["pyControl4==0.0.6"],
"ssdp": [
{
"st": "c4:director"
}
2023-02-08 19:16:39 +00:00
]
}