Files
2025-12-15 12:34:20 +01:00

19 lines
515 B
JSON

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