mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
IOTA removal (#20224)
This commit is contained in:
parent
f5b97f9b85
commit
bff292777d
@ -1,69 +0,0 @@
|
||||
---
|
||||
title: IOTA
|
||||
description: Instructions on how to integrate IOTA wallets with Home Assistant.
|
||||
ha_category:
|
||||
- Finance
|
||||
- Sensor
|
||||
ha_release: 0.62
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_domain: iota
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
||||
[IOTA](https://iota.org/) is a new blockless distributed ledger which is scalable, lightweight and makes it possible to transfer value without any fees.
|
||||
|
||||
The `iota` integration displays various details (e.g., the balance, node attributes) of IOTA wallets.
|
||||
|
||||
```yaml
|
||||
# configuration.yaml example
|
||||
iota:
|
||||
iri: https://testnet140.tangle.works:4434
|
||||
wallets:
|
||||
- name: Default Wallet
|
||||
seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
iri:
|
||||
description: URL of the IRI node.
|
||||
required: true
|
||||
type: string
|
||||
testnet:
|
||||
description: Flag for indicating "testnet".
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
wallets:
|
||||
description: List of IOTA wallets.
|
||||
required: true
|
||||
type: list
|
||||
keys:
|
||||
name:
|
||||
description: Name of the wallet.
|
||||
seed:
|
||||
description: Seed of the wallet.
|
||||
{% endconfiguration %}
|
||||
|
||||
A full configuration example could look the one below:
|
||||
|
||||
```yaml
|
||||
# Full example
|
||||
iota:
|
||||
iri: https://testnet140.tangle.works:4434
|
||||
testnet: true
|
||||
wallets:
|
||||
- name: Default Wallet
|
||||
seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
- name: Exchange Wallet
|
||||
seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
|
||||
## Sensor
|
||||
|
||||
The sensors are automatically created if the IOTA integration is present.
|
||||
|
||||
Available sensors:
|
||||
|
||||
- Wallet balance
|
||||
- Node information
|
@ -738,7 +738,6 @@
|
||||
/components/sensor.influxdb /integrations/influxdb#sensor
|
||||
/components/sensor.insteon /integrations/insteon
|
||||
/components/sensor.integration /integrations/integration
|
||||
/components/sensor.iota /integrations/iota#sensor
|
||||
/components/sensor.iperf3 /integrations/iperf3
|
||||
/components/sensor.irish_rail_transport /integrations/irish_rail_transport
|
||||
/components/sensor.islamic_prayer_times /integrations/islamic_prayer_times
|
||||
@ -1440,7 +1439,6 @@
|
||||
/components/integration /integrations/integration
|
||||
/components/intent_script /integrations/intent_script
|
||||
/components/ios /integrations/ios
|
||||
/components/iota /integrations/iota
|
||||
/components/iperf3 /integrations/iperf3
|
||||
/components/ipma /integrations/ipma
|
||||
/components/iqvia /integrations/iqvia
|
||||
@ -2348,4 +2346,7 @@
|
||||
/integrations/nello /more-info/removed-integration 301
|
||||
/components/device_tracker.huawei_router /more-info/removed-integration 301
|
||||
/integrations/huawei_router /more-info/removed-integration 301
|
||||
/components/sensor.iota /more-info/removed-integration 301
|
||||
/components/iota /more-info/removed-integration 301
|
||||
/integrations/iota /more-info/removed-integration 301
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user