1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type device to escea (#159009)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 09:48:47 +01:00
committed by GitHub
parent 603c664c9b
commit 903c73b5dd
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"homekit": {
"models": ["Escea"]
},
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["pescea==1.0.12"]
}

View File

@@ -1835,7 +1835,7 @@
},
"escea": {
"name": "Escea",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},