* Revert "Disable control4 integration (#124746)"
This reverts commit 16dd6b1712
.
* Restore control4 integration
reverts #124746 and updates the lib instead
changelog: https://github.com/lawtancool/pyControl4/compare/v1.1.0...v1.1.3
Note that there is no release yet, see https://github.com/lawtancool/pyControl4/pull/32
* Apply suggestions from code review
15 lines
336 B
JSON
15 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.2.0"],
|
|
"ssdp": [
|
|
{
|
|
"st": "c4:director"
|
|
}
|
|
]
|
|
}
|