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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -6103,7 +6103,7 @@
|
||||
},
|
||||
"sleep_as_android": {
|
||||
"name": "Sleep as Android",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user