Skip to content

Commit 9337a0e

Browse files
authored
Add integration_type device to droplet (home-assistant#158933)
1 parent ccbb001 commit 9337a0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/droplet/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@sarahseidman"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/droplet",
7+
"integration_type": "device",
78
"iot_class": "local_push",
89
"quality_scale": "bronze",
910
"requirements": ["pydroplet==2.3.4"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@
14481448
},
14491449
"droplet": {
14501450
"name": "Droplet",
1451-
"integration_type": "hub",
1451+
"integration_type": "device",
14521452
"config_flow": true,
14531453
"iot_class": "local_push"
14541454
},

0 commit comments

Comments
 (0)