core/homeassistant/components/harmony/manifest.json

18 lines
483 B
JSON
Raw Normal View History

{
"domain": "harmony",
"name": "Logitech Harmony Hub",
"codeowners": ["@ehendrix23", "@bdraco", "@mkeesey", "@Aohzan"],
2023-02-08 19:27:05 +00:00
"config_flow": true,
2024-06-09 13:51:01 +00:00
"dependencies": ["remote"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/harmony",
"iot_class": "local_push",
"loggers": ["aioharmony", "slixmpp"],
"requirements": ["aioharmony==0.4.1"],
"ssdp": [
{
"manufacturer": "Logitech",
"deviceType": "urn:myharmony-com:device:harmony:1"
}
2023-02-08 19:27:05 +00:00
]
}