Variables | |
| string | DOMAIN = "spotify" |
| LOGGER = logging.getLogger(__package__) | |
| string | MEDIA_PLAYER_PREFIX = "spotify://" |
| string | MEDIA_TYPE_SHOW = "show" |
| list | PLAYABLE_MEDIA_TYPES |
| list | SPOTIFY_SCOPES |
Define constants for the Spotify integration.
| string homeassistant.components.spotify.const.DOMAIN = "spotify" |
| homeassistant.components.spotify.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.spotify.const.MEDIA_PLAYER_PREFIX = "spotify://" |
| string homeassistant.components.spotify.const.MEDIA_TYPE_SHOW = "show" |
| list homeassistant.components.spotify.const.PLAYABLE_MEDIA_TYPES |
| list homeassistant.components.spotify.const.SPOTIFY_SCOPES |