Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.spotify.coordinator Namespace Reference

Classes

class  SpotifyCoordinator
 
class  SpotifyCoordinatorData
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string SPOTIFY_DJ_PLAYLIST_URI = "spotify:playlist:37i9dQZF1EYkqdzj48dyYq"
 
 SpotifyConfigEntry
 

Detailed Description

Coordinator for Spotify.

Variable Documentation

◆ _LOGGER

homeassistant.components.spotify.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 28 of file coordinator.py.

◆ SPOTIFY_DJ_PLAYLIST_URI

string homeassistant.components.spotify.coordinator.SPOTIFY_DJ_PLAYLIST_URI = "spotify:playlist:37i9dQZF1EYkqdzj48dyYq"

Definition at line 47 of file coordinator.py.

◆ SpotifyConfigEntry

homeassistant.components.spotify.coordinator.SpotifyConfigEntry

Definition at line 31 of file coordinator.py.