diff --git a/source/_integrations/socialblade.markdown b/source/_integrations/socialblade.markdown deleted file mode 100644 index 1ede6b71524..00000000000 --- a/source/_integrations/socialblade.markdown +++ /dev/null @@ -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 %} diff --git a/source/_redirects b/source/_redirects index 65003235763..e86b089a5c2 100644 --- a/source/_redirects +++ b/source/_redirects @@ -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