Remove Social Blade integration (ADR-0004) (#17263)

This commit is contained in:
Franck Nijhof 2021-04-04 20:41:49 +02:00 committed by GitHub
parent 5eca73d9ed
commit dc5980f38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 37 deletions

View File

@ -1,35 +0,0 @@
---
title: Social Blade
description: Instructions on how to set up Social Blade Sensor within Home Assistant.
ha_category:
- Multimedia
ha_release: 0.69
ha_iot_class: Cloud Polling
ha_domain: socialblade
ha_platforms:
- sensor
---
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](https://socialblade.com).
## Setup
To get the YouTube channel ID, search for and select the channel on the [Social Blade website](https://socialblade.com). 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:
```yaml
# Example configuration.yaml entry
sensor:
- platform: socialblade
channel_id: YOUTUBE_CHANNEL_ID
```
{% configuration %}
channel_id:
description: YouTube channel ID.
required: true
type: string
{% endconfiguration %}

View File

@ -849,7 +849,6 @@
/components/sensor.smartthings /integrations/smartthings#sensor
/components/sensor.snmp /integrations/snmp#sensor
/components/sensor.sochain /integrations/sochain
/components/sensor.socialblade /integrations/socialblade
/components/sensor.solaredge /integrations/solaredge
/components/sensor.sonarr /integrations/sonarr
/components/sensor.speedtest /integrations/speedtestdotnet
@ -1796,7 +1795,6 @@
/components/snips /integrations/snips
/components/snmp /integrations/snmp
/components/sochain /integrations/sochain
/components/socialblade /integrations/socialblade
/components/solaredge /integrations/solaredge
/components/solaredge_local /integrations/solaredge_local
/components/solax /integrations/solax
@ -2295,3 +2293,6 @@
/components/geizhals /more-info/removed-integration 301
/components/sensor.geizhals /more-info/removed-integration 301
/integrations/geizhals /more-info/removed-integration 301
/components/sensor.socialblade /more-info/removed-integration 301
/components/socialblade /more-info/removed-integration 301
/integrations/socialblade /more-info/removed-integration 301