mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 00:36:50 +00:00
995 B
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 |
|
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 %}