You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think defining the accessory as a Speaker or even a SmartSpeaker and applying its characteristics would be more intuitive instead of declaring it as a light source.
It requires a functioning mute action and optional volume settings.
One problem with Speaker or SmartSpeaker is that the type is not supported by HomeKit. When I set the type to Speaker, HomeKit says "This accessory is not certified and may not work reliably with HomeKit" and the accessory becomes unresponsive.
I could, however, add an accessoryType option to the config that determines whether accessories are registered as light accessories or speaker accessories.
Sure, I added a service_type option to the config that determines whether the Lightbulb or Speaker service is used for Spotify accessories. You can find the changes in this PR: #12
I also found some issues related to HomeKit not supporting Speaker and SmartSpeaker services in the Homebridge repository:
I think defining the accessory as a Speaker or even a SmartSpeaker and applying its characteristics would be more intuitive instead of declaring it as a light source.
It requires a functioning mute action and optional volume settings.
Related documentation:
The text was updated successfully, but these errors were encountered: