1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00

Add integration_type device to droplet (#158933)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:56:08 +01:00
committed by GitHub
parent ccbb00197d
commit 9337a0e71b
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@sarahseidman"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/droplet",
"integration_type": "device",
"iot_class": "local_push",
"quality_scale": "bronze",
"requirements": ["pydroplet==2.3.4"],

View File

@@ -1448,7 +1448,7 @@
},
"droplet": {
"name": "Droplet",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},