mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add Socialblade Markdown (#5237)
* Adding markdown and imagie for USCIS sensor * Update the markdown * Update sensor.uscis.markdown * Update sensor.uscis.markdown * Update sensor.uscis.markdown * Minor changes * Add :markdown for social blade * Update links * Update links * Update sensor.uscis.markdown * Remove USCIS docmenetation from this branch * Update sensor.socialblade.markdown * Update sensor.socialblade.markdown
This commit is contained in:
parent
496150eeae
commit
65ab88cd5d
37
source/_components/sensor.socialblade.markdown
Normal file
37
source/_components/sensor.socialblade.markdown
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Social Blade Sensor
|
||||||
|
description: "Instructions on how to set up Social Blade Sensor within Home Assistant."
|
||||||
|
date: 2018-04-23 08:00
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: socialblade.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.69
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `socialblade` sensor component 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]( https://socialblade.com/)
|
||||||
|
|
||||||
|
to get the channel id you can go to [Social Blade Website]( https://socialblade.com/) 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}
|
||||||
|
|
||||||
|
## Example for `configuration.yaml` :
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
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]( https://socialblade.com/).
|
BIN
source/images/supported_brands/socialblade.png
Normal file
BIN
source/images/supported_brands/socialblade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
x
Reference in New Issue
Block a user