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

Set integration_type to service in Sleep as Android (#154765)

This commit is contained in:
Manu
2025-10-18 23:11:07 +02:00
committed by GitHub
parent 9a27805349
commit 31f595a3f8
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"config_flow": true,
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/sleep_as_android",
"integration_type": "service",
"iot_class": "local_push",
"quality_scale": "platinum"
}

View File

@@ -6103,7 +6103,7 @@
},
"sleep_as_android": {
"name": "Sleep as Android",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_push"
},