From 4b137989e7ae2f6c9cbc4ffa81c1668e2f7ddc70 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 14 Feb 2020 20:23:53 +0100 Subject: [PATCH] Remove services file, incorrect info --- homeassistant/components/spotify/services.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 homeassistant/components/spotify/services.yaml diff --git a/homeassistant/components/spotify/services.yaml b/homeassistant/components/spotify/services.yaml deleted file mode 100644 index e532f736652..00000000000 --- a/homeassistant/components/spotify/services.yaml +++ /dev/null @@ -1,9 +0,0 @@ -play_playlist: - description: Play a Spotify playlist. - fields: - media_content_id: - description: Spotify URI of the playlist. - example: 'spotify:playlist:0IpRnqCHSjun48oQRX1Dy7' - random_song: - description: True to select random song at start, False to start from beginning. - example: true \ No newline at end of file