Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Fix error in configuration options
Browse files Browse the repository at this point in the history
Fix typo with 'number_of_playlists'. Added documentation of 'offset'.
  • Loading branch information
dnguyen800 authored Aug 25, 2019
1 parent 5b59e53 commit 2c7bcec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ sensor:

Key | Type | Required | Default | Description
-- | -- | -- | -- | --

`client_id` | `string` | `True` | `test` | The Spotify client ID for the Spotify app you created during instructions.
`client_secret` | `string` | `True` | `test` | The Spotify client secret for the Spotify app you created during instructions.
`name` | `string` | `False` | `SpotifyPlaylist` | Name of the sensor, such as `playlists`.
`playlists` | `integer` | `False` | 6 | Selects the top x number of recent playlists. Most recent playlists start from the top to bottom in the Spotify app.
`number_of_playlists` | `integer` | `False` | 6 | Selects the top x number of recent playlists. Most recent playlists start from the top to bottom in the Spotify app.
`offset` | `integer` | `False` | 0 | The index of the first playlist to return. Default: 0 (the first object). Maximum offset: 100.000.



## FAQ
Expand Down

0 comments on commit 2c7bcec

Please sign in to comment.