mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
🚜 Merges/Redirect IOTA component pages (#8686)
This commit is contained in:
parent
79784332e9
commit
09598990d7
@ -8,16 +8,18 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: iota.png
|
logo: iota.png
|
||||||
ha_category: Finance
|
ha_category:
|
||||||
|
- Finance
|
||||||
|
- Sensor
|
||||||
ha_release: 0.62
|
ha_release: 0.62
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
|
redirect_from:
|
||||||
|
- /components/sensor.iota/
|
||||||
---
|
---
|
||||||
|
|
||||||
[IOTA](http://iota.org/) is a new blockless distributed ledger which is
|
[IOTA](http://iota.org/) is a new blockless distributed ledger which is scalable, lightweight and makes it possible to transfer value without any fees.
|
||||||
scalable, lightweight and makes it possible to transfer value without any fees.
|
|
||||||
|
|
||||||
The `iota` component displays various details
|
The `iota` component displays various details (e.g., the balance, node attributes) of IOTA wallets.
|
||||||
(e.g., the balance, node attributes) of IOTA wallets.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# configuration.yaml example
|
# configuration.yaml example
|
||||||
@ -62,3 +64,12 @@ iota:
|
|||||||
- name: Exchange Wallet
|
- name: Exchange Wallet
|
||||||
seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## {% linkable_title Sensor %}
|
||||||
|
|
||||||
|
The sensors are automatically created if the IOTA component is present.
|
||||||
|
|
||||||
|
Available sensors:
|
||||||
|
|
||||||
|
- Wallet balance
|
||||||
|
- Node information
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "IOTA sensor"
|
|
||||||
description: "Instructions on how to integrate IOTA wallets sensors with Home Assistant."
|
|
||||||
date: 2017-12-31 13:29
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: iota.png
|
|
||||||
ha_category: Finance
|
|
||||||
ha_release: 0.62
|
|
||||||
ha_iot_class: "Cloud Polling"
|
|
||||||
---
|
|
||||||
|
|
||||||
The sensors are automatically created if the [IOTA hub](/components/iota/) is
|
|
||||||
present.
|
|
||||||
|
|
||||||
Available sensors:
|
|
||||||
|
|
||||||
- Wallet balance
|
|
||||||
- Node information
|
|
Loading…
x
Reference in New Issue
Block a user