From 7fdfb48d3f44a3156339737f9c34a2726cb9b7b0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 16 Feb 2021 11:00:32 +0100 Subject: [PATCH] Remove defunct CoinMarketCap integration (#16609) --- source/_integrations/coinmarketcap.markdown | 41 --------------------- source/_redirects | 5 ++- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 source/_integrations/coinmarketcap.markdown diff --git a/source/_integrations/coinmarketcap.markdown b/source/_integrations/coinmarketcap.markdown deleted file mode 100644 index 2bfe42e2890..00000000000 --- a/source/_integrations/coinmarketcap.markdown +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: CoinMarketCap -description: Instructions on how to integrate CoinMarketCap data within Home Assistant. -ha_category: - - Finance -ha_release: 0.28 -ha_iot_class: Cloud Polling -ha_domain: coinmarketcap -ha_platforms: - - sensor ---- - -The `coinmarketcap` sensor platform displays various details about a cryptocurrency provided by [CoinMarketCap](https://coinmarketcap.com/). - -To add the CoinMarketCap sensor to your installation, add the following lines to your `configuration.yaml`: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: coinmarketcap -``` - -{% configuration %} -currency_id: - description: The ID of the cryptocurrency to use, default is the ID of Bitcoin. - required: false - type: integer - default: 1 -display_currency: - description: The currency to display. - required: false - type: string - default: USD -display_currency_decimals: - description: The amount of decimals to round to. - required: false - type: integer - default: 2 -{% endconfiguration %} - -All supported currencies can be found [here](https://coinmarketcap.com/api/documentation/v1/#section/Standards-and-Conventions), a list of currency IDs can be found [here](https://coinmarketcap.com/api/v1/#section/Standards-and-Conventions). diff --git a/source/_redirects b/source/_redirects index 0c24daf7807..89a69feb219 100644 --- a/source/_redirects +++ b/source/_redirects @@ -659,7 +659,6 @@ /components/sensor.citybikes /integrations/citybikes /components/sensor.co2signal /integrations/co2signal /components/sensor.coinbase /integrations/coinbase -/components/sensor.coinmarketcap /integrations/coinmarketcap /components/sensor.comed_hourly_pricing /integrations/comed_hourly_pricing /components/sensor.comfoconnect /integrations/comfoconnect /components/sensor.cpuspeed /integrations/cpuspeed @@ -1208,7 +1207,6 @@ /components/cmus /integrations/cmus /components/co2signal /integrations/co2signal /components/coinbase /integrations/coinbase -/components/coinmarketcap /integrations/coinmarketcap /components/comed_hourly_pricing /integrations/comed_hourly_pricing /components/comfoconnect /integrations/comfoconnect /components/command_line /integrations/command_line @@ -2282,3 +2280,6 @@ /components/sensor.crimereports /more-info/removed-integration 301 /components/crimereports /more-info/removed-integration 301 /integrations/crimereports /more-info/removed-integration 301 +/components/sensor.coinmarketcap /more-info/removed-integration 301 +/components/coinmarketcap /more-info/removed-integration 301 +/integrations/coinmarketcap /more-info/removed-integration 301