mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 01:40:15 +01:00
1855c91988
* Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const * Fix pylint * Use in tests * Search for "client_id" * Fix tests * Fix test * Fix test
8 lines
184 B
Python
8 lines
184 B
Python
"""Define constants for the Spotify integration."""
|
|
|
|
DOMAIN = "spotify"
|
|
|
|
DATA_SPOTIFY_CLIENT = "spotify_client"
|
|
DATA_SPOTIFY_ME = "spotify_me"
|
|
DATA_SPOTIFY_SESSION = "spotify_session"
|