1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 10:59:24 +00:00

Add integration_type device to melnor (#159313)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:38:23 +01:00
committed by GitHub
parent 0123ca656a
commit bcbb159fb2
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"config_flow": true, "config_flow": true,
"dependencies": ["bluetooth_adapters"], "dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/melnor", "documentation": "https://www.home-assistant.io/integrations/melnor",
"integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["melnor-bluetooth==0.0.25"] "requirements": ["melnor-bluetooth==0.0.25"]
} }

View File

@@ -3899,7 +3899,7 @@
"name": "Melnor", "name": "Melnor",
"integrations": { "integrations": {
"melnor": { "melnor": {
"integration_type": "hub", "integration_type": "device",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "Melnor Bluetooth" "name": "Melnor Bluetooth"