24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"domain": "harmony",
|
|
"name": "Logitech Harmony Hub",
|
|
"documentation": "https://www.home-assistant.io/integrations/harmony",
|
|
"requirements": ["aioharmony==0.2.9"],
|
|
"codeowners": [
|
|
"@ehendrix23",
|
|
"@bramkragten",
|
|
"@bdraco",
|
|
"@mkeesey",
|
|
"@Aohzan"
|
|
],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Logitech",
|
|
"deviceType": "urn:myharmony-com:device:harmony:1"
|
|
}
|
|
],
|
|
"dependencies": ["remote", "switch"],
|
|
"config_flow": true,
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioharmony", "slixmpp"]
|
|
}
|