Remove SoChain integration (#23467)

This commit is contained in:
Franck Nijhof 2022-07-20 18:59:12 +02:00 committed by GitHub
parent 0b01717063
commit aa7a1e7aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 47 deletions

View File

@ -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

View File

@ -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