Skip to content

Commit 623d3ec

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to music_assistant (home-assistant#157725)
Co-authored-by: Claude <[email protected]>
1 parent 0fbb321 commit 623d3ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/music_assistant/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_flow": true,
77
"dependencies": ["auth"],
88
"documentation": "https://www.home-assistant.io/integrations/music_assistant",
9+
"integration_type": "service",
910
"iot_class": "local_push",
1011
"loggers": ["music_assistant"],
1112
"quality_scale": "bronze",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4236,7 +4236,7 @@
42364236
},
42374237
"music_assistant": {
42384238
"name": "Music Assistant",
4239-
"integration_type": "hub",
4239+
"integration_type": "service",
42404240
"config_flow": true,
42414241
"iot_class": "local_push"
42424242
},

0 commit comments

Comments
 (0)