Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.5 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
IOTA Instructions on how to integrate IOTA wallets with Home Assistant. iota.png
Finance
Sensor
0.62 Cloud Polling
/components/sensor.iota/

IOTA 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.

# 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:

# 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