1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/harmony/manifest.json
2025-09-06 23:55:27 -04:00

18 lines
483 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",
"iot_class": "local_push",
"loggers": ["aioharmony", "slixmpp"],
"requirements": ["aioharmony==0.5.3"],
"ssdp": [
{
"manufacturer": "Logitech",
"deviceType": "urn:myharmony-com:device:harmony:1"
}
]
}