From aa7a1e7aa87919c1518b74dc31600de3351b6951 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Jul 2022 18:59:12 +0200 Subject: [PATCH] Remove SoChain integration (#23467) --- source/_integrations/sochain.markdown | 47 --------------------------- source/_redirects | 1 + 2 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 source/_integrations/sochain.markdown diff --git a/source/_integrations/sochain.markdown b/source/_integrations/sochain.markdown deleted file mode 100644 index 09d5d4adfc0..00000000000 --- a/source/_integrations/sochain.markdown +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: SoChain -description: Instructions on how to integrate chain.so data within Home Assistant. -ha_category: - - Finance -ha_release: 0.61 -ha_iot_class: Cloud Polling -ha_domain: sochain -ha_platforms: - - sensor -ha_integration_type: integration ---- - -The `SoChain` sensor platform displays supported cryptocurrency wallet balances from [SoChain](https://sochain.com). - -To add the SoChain sensor to your installation, specify a network and address to watch in the `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: sochain - network: LTC - address: "M9m37h3dVkLDS13wYK7vcs7ck6MMMX6yhK" -``` - -{% configuration %} -network: - description: The network or blockchain of the cryptocurrency to watch. - required: true - type: string -address: - description: Cryptocurrency wallet address to watch. - required: true - type: string -name: - description: The name of the sensor used in the frontend. (recommended) - required: false - type: string - default: Crypto Balance -{% endconfiguration %} - -Supported networks (which can also be found [here](https://sochain.com/api#networks-supported)) are: - -* BTC -* LTC -* DOGE -* DASH diff --git a/source/_redirects b/source/_redirects index 7e6c8d477c5..84534c1ed37 100644 --- a/source/_redirects +++ b/source/_redirects @@ -481,6 +481,7 @@ /integrations/sht31 /more-info/removed-integration 301 /integrations/simple_alarm /more-info/removed-integration 301 /integrations/smarthab /more-info/removed-integration 301 +/integrations/sochain /more-info/removed-integration 301 /integrations/socialblade /more-info/removed-integration 301 /integrations/somfy /more-info/removed-integration 301 /integrations/spotcrime /more-info/removed-integration 301