Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.59 KB

info.md

File metadata and controls

29 lines (19 loc) · 1.59 KB

hacs_badge spotcast Maintenance

Buy me a coffee

right now defunct due to enriquegh/spotify-webplayer-token#6

Spotcast

Home Assistant custom component to start Spotify playback on an idle chromecast device

This component is not meant to be a full Spotify chromecast media_player but only serves to start the playback. Controlling the chromcast device and the Spotify playback after the initial start is done in their respective components. Becasue starting playback using the API requires more powerful token the username and password used for browser login is used.

Used by https://github.com/custom-cards/spotify-card.

Required configuration change with release 2.9.0:

The parameter transfer_playback does not exist anymore and if you use it, you need to update your configuration. Use an empty uri and optionally the new parameter force_playback instead.

Minimal Configuration

Single account

Add the following to your config

spotcast:
  username: !secret spotify_username
  password: !secret spotify_password

For full configuration documentation see README