Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.4 KB

info.md

File metadata and controls

26 lines (18 loc) · 1.4 KB

hacs_badge spotcast Maintenance

Buy me a coffee

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 3.0.0:

*** New configuration parameters, check out README for how to obtain them ***

Minimal Configuration

Single account

Add the following to your config

spotcast:
  sp_dc: !secret sp_dc
  sp_key: !secret sp_key

For full configuration documentation see README