Expose Spotify as a service (#53063)

This commit is contained in:
Paulus Schoutsen 2021-07-15 10:27:18 -07:00 committed by GitHub
parent c7b61fd8ce
commit d30ed05f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,6 +266,7 @@ class SpotifyMediaPlayer(MediaPlayerEntity):
"manufacturer": "Spotify AB", "manufacturer": "Spotify AB",
"model": model, "model": model,
"name": self._name, "name": self._name,
"entry_type": "service",
} }
@property @property