From aeb8808c9d0333de043866b4f4efeb1cc311f8e7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Jan 2018 19:21:47 +0100 Subject: [PATCH] Fix remaining issue from #4314 (#4514) --- source/_components/iota.markdown | 14 +++++++------- source/_components/sensor.iota.markdown | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 source/_components/sensor.iota.markdown diff --git a/source/_components/iota.markdown b/source/_components/iota.markdown index 8b04af34727..d50ad4f5452 100644 --- a/source/_components/iota.markdown +++ b/source/_components/iota.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: iota.png ha_category: Finance -ha_release: 0.61 +ha_release: 0.62 ha_iot_class: "Cloud Polling" --- @@ -28,23 +28,23 @@ iota: {% configuration %} iri: - description: Url of the IRI node + description: URL of the IRI node. required: true type: string testnet: - description: Flag for indicating testnet + description: Flag for indicating "testnet". required: false - default: No testnet (false) + default: false type: bool wallets: - description: List of IOTA wallets + description: List of IOTA wallets. required: true type: list keys: name: - description: Name of the wallet + description: Name of the wallet. seed: - description: Seed of the wallet + description: Seed of the wallet. {% endconfiguration %} A full configuration example could look the one below: diff --git a/source/_components/sensor.iota.markdown b/source/_components/sensor.iota.markdown new file mode 100644 index 00000000000..e907cb2795f --- /dev/null +++ b/source/_components/sensor.iota.markdown @@ -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 +