Skip to content

Commit

Permalink
import STATE_IDLE
Browse files Browse the repository at this point in the history
  • Loading branch information
happyleavesaoc committed Apr 13, 2017
1 parent fa01aac commit e57bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SUPPORT_PLAY_MEDIA, SUPPORT_NEXT_TRACK, SUPPORT_PREVIOUS_TRACK,
SUPPORT_SELECT_SOURCE, PLATFORM_SCHEMA, MediaPlayerDevice)
from homeassistant.const import (
CONF_NAME, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
CONF_NAME, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN, STATE_IDLE)
import homeassistant.helpers.config_validation as cv


Expand Down

0 comments on commit e57bf8a

Please sign in to comment.