Skip to content

Commit 19cb827

Browse files
authored
Add integration_type device to doorbird (home-assistant#158931)
1 parent 03676d7 commit 19cb827

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/doorbird/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": ["http", "repairs"],
77
"documentation": "https://www.home-assistant.io/integrations/doorbird",
8+
"integration_type": "device",
89
"iot_class": "local_push",
910
"loggers": ["doorbirdpy"],
1011
"requirements": ["DoorBirdPy==3.0.11"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@
14071407
},
14081408
"doorbird": {
14091409
"name": "DoorBird",
1410-
"integration_type": "hub",
1410+
"integration_type": "device",
14111411
"config_flow": true,
14121412
"iot_class": "local_push"
14131413
},

0 commit comments

Comments
 (0)