Skip to content

Commit 1f3ad38

Browse files
authored
Set Denon AVR integration type to device (home-assistant#158815)
1 parent 2595c7d commit 1f3ad38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/denonavr/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@ol-iver", "@starkillerOG"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/denonavr",
7+
"integration_type": "device",
78
"iot_class": "local_push",
89
"loggers": ["denonavr"],
910
"requirements": ["denonavr==1.2.0"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@
12791279
"name": "Denon Network Receivers"
12801280
},
12811281
"denonavr": {
1282-
"integration_type": "hub",
1282+
"integration_type": "device",
12831283
"config_flow": true,
12841284
"iot_class": "local_push",
12851285
"name": "Denon AVR Network Receivers"

0 commit comments

Comments
 (0)