home-assistant.io/source/_integrations/socialblade.markdown
2020-01-07 14:50:24 +01:00

995 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Social Blade Instructions on how to set up Social Blade Sensor within Home Assistant. socialblade.png
Multimedia
0.69 Cloud Polling

The socialblade sensor platform allows you to monitor a YouTube channels subscriber count and total views count. The sensor retrieves data from the Social Blade website.

Setup

To get the YouTube channel ID, search for and select the channel on the Social Blade website. The channel ID will be at the end of the Social Blade URL: https://socialblade.com/youtube/channel/{channel_id}

Configuration

To enable the sensor, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: socialblade
    channel_id: YOUTUBE_CHANNEL_ID

{% configuration %} channel_id: description: YouTube channel ID. required: true type: string {% endconfiguration %}