mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 15:27:36 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | logo | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Discogs Sensor | Instructions on how to set up Discogs sensors within Home Assistant. | 2017-12-04 22:00 | true | false | true | true | https://www.magneticmag.com/.image/t_share/MTQ5OTE1NzU4NTczMzk3OTYw/discogs-vinyl-record-mark.png | Multimedia | 0.61 | discogs.png | Cloud Polling |
The discogs
platform allows you to see the current amount of records in your Discogs collection.
{% linkable_title Setup %}
First, you'll need to get a personal access token from your Discogs account. You can generate a token from your profile's Developer settings.
{% linkable_title Configuration %}
To enable this sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: discogs
token: YOUR_TOKEN
{% configuration %} token: description: The Discogs API token to use as identification to get your collection. required: true type: string name: description: Name to use in the frontend. required: false type: string {% endconfiguration %}