Skip to content

Commit

Permalink
Merge pull request #259 from Darkfull-Dante/master
Browse files Browse the repository at this point in the history
regression corr_255
  • Loading branch information
fcusson authored Nov 3, 2021
2 parents 49c85c5 + 8080409 commit c5f9c72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions custom_components/spotcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@


def setup(hass, config):

# get spotify core integration status
if not helpers.get_spotify_install_status(hass):
_LOGGER.error("Spotify integration was not found, aborting setup...")
return False

_LOGGER.error("Spotify integration was not found, please verify integration is functionnal. Could result in python error...")

"""Setup the Spotcast service."""
conf = config[DOMAIN]

Expand Down

0 comments on commit c5f9c72

Please sign in to comment.