Add integration_type device to moat (#159693)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 21:48:54 +01:00
committed by GitHub
parent 5657bd11b8
commit 71728ba37e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/moat",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["moat-ble==0.1.1"]
}

View File

@@ -4110,7 +4110,7 @@
},
"moat": {
"name": "Moat",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},