mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Social Blade Sensor | Instructions on how to set up Social Blade Sensor within Home Assistant. | 2018-04-23 08:00 | true | false | true | true | socialblade.png | Multimedia | 0.69 | Cloud Polling |
The socialblade
sensor platform allows you get updates on a Youtube channel using your social blade channel ID. The sensor gets the subscribers and total views count from Social Blade Website.
{% linkable_title Setup %}
To get the channel ID you can go to Social Blade Website and search for Youtube channel by username, then select the channel and grab the ID from the URL. The channel ID will be the last part of the URL: https://socialblade.com/youtube/channel/{channel_id}
{% linkable_title Configuration %}
To enable the sensor, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: socialblade
channel_id: YOUR_CHANNEL_NUMBER
{% configuration %} channel_id: description: Channel id number optained from the URL when you access Social Blade web client. required: true type: string {% endconfiguration %}
All the data will be fetch from Social Blade.