mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 02:36:00 +01:00
e290febb38
* Bump pyControl4 to 1.1.0 * Remove mock token_expiration from control4
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"domain": "control4",
|
|
"name": "Control4",
|
|
"codeowners": ["@lawtancool"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/control4",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyControl4"],
|
|
"requirements": ["pyControl4==1.1.0"],
|
|
"ssdp": [
|
|
{
|
|
"st": "c4:director"
|
|
}
|
|
]
|
|
}
|