Skip to content

Commit 6c96acd

Browse files
authored
Add integration_type device to harmony (home-assistant#159091)
1 parent c82b179 commit 6c96acd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/harmony/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["remote"],
77
"documentation": "https://www.home-assistant.io/integrations/harmony",
8+
"integration_type": "device",
89
"iot_class": "local_push",
910
"loggers": ["aioharmony", "slixmpp"],
1011
"requirements": ["aioharmony==0.5.3"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3693,7 +3693,7 @@
36933693
"name": "Logitech",
36943694
"integrations": {
36953695
"harmony": {
3696-
"integration_type": "hub",
3696+
"integration_type": "device",
36973697
"config_flow": true,
36983698
"iot_class": "local_push",
36993699
"name": "Logitech Harmony Hub"

0 commit comments

Comments
 (0)