mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Remove SoChain integration (#23467)
This commit is contained in:
parent
0b01717063
commit
aa7a1e7aa8
@ -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
|
|
@ -481,6 +481,7 @@
|
|||||||
/integrations/sht31 /more-info/removed-integration 301
|
/integrations/sht31 /more-info/removed-integration 301
|
||||||
/integrations/simple_alarm /more-info/removed-integration 301
|
/integrations/simple_alarm /more-info/removed-integration 301
|
||||||
/integrations/smarthab /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/socialblade /more-info/removed-integration 301
|
||||||
/integrations/somfy /more-info/removed-integration 301
|
/integrations/somfy /more-info/removed-integration 301
|
||||||
/integrations/spotcrime /more-info/removed-integration 301
|
/integrations/spotcrime /more-info/removed-integration 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user