home-assistant.io/source/_components/sensor.discogs.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

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 %}