2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "harmony",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Logitech Harmony Hub",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/harmony",
|
2022-01-10 23:40:57 +00:00
|
|
|
"requirements": ["aioharmony==0.2.9"],
|
2021-08-28 19:10:19 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@ehendrix23",
|
|
|
|
"@bramkragten",
|
|
|
|
"@bdraco",
|
|
|
|
"@mkeesey",
|
|
|
|
"@Aohzan"
|
|
|
|
],
|
2020-03-19 16:29:51 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Logitech",
|
|
|
|
"deviceType": "urn:myharmony-com:device:harmony:1"
|
|
|
|
}
|
|
|
|
],
|
2021-01-04 23:21:14 +00:00
|
|
|
"dependencies": ["remote", "switch"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["aioharmony", "slixmpp"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|