mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
parent
c21493d7c7
commit
aeb8808c9d
@ -9,7 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: iota.png
|
logo: iota.png
|
||||||
ha_category: Finance
|
ha_category: Finance
|
||||||
ha_release: 0.61
|
ha_release: 0.62
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -28,23 +28,23 @@ iota:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
iri:
|
iri:
|
||||||
description: Url of the IRI node
|
description: URL of the IRI node.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
testnet:
|
testnet:
|
||||||
description: Flag for indicating testnet
|
description: Flag for indicating "testnet".
|
||||||
required: false
|
required: false
|
||||||
default: No testnet (false)
|
default: false
|
||||||
type: bool
|
type: bool
|
||||||
wallets:
|
wallets:
|
||||||
description: List of IOTA wallets
|
description: List of IOTA wallets.
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
name:
|
name:
|
||||||
description: Name of the wallet
|
description: Name of the wallet.
|
||||||
seed:
|
seed:
|
||||||
description: Seed of the wallet
|
description: Seed of the wallet.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
A full configuration example could look the one below:
|
A full configuration example could look the one below:
|
||||||
|
22
source/_components/sensor.iota.markdown
Normal file
22
source/_components/sensor.iota.markdown
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
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