Skip to content

Commit 31f595a

Browse files
authored
Set integration_type to service in Sleep as Android (home-assistant#154765)
1 parent 9a27805 commit 31f595a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/sleep_as_android/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["webhook"],
77
"documentation": "https://www.home-assistant.io/integrations/sleep_as_android",
8+
"integration_type": "service",
89
"iot_class": "local_push",
910
"quality_scale": "platinum"
1011
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6103,7 +6103,7 @@
61036103
},
61046104
"sleep_as_android": {
61056105
"name": "Sleep as Android",
6106-
"integration_type": "hub",
6106+
"integration_type": "service",
61076107
"config_flow": true,
61086108
"iot_class": "local_push"
61096109
},

0 commit comments

Comments
 (0)