1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/harmony/manifest.json
2022-01-28 13:37:53 -08:00

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"]
}