From 09598990d779e30b48a38b3a1f95ef3a29b0a24c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 22 Feb 2019 16:34:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20IOTA=20compone?= =?UTF-8?q?nt=20pages=20(#8686)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/iota.markdown | 21 ++++++++++++++++----- source/_components/sensor.iota.markdown | 22 ---------------------- 2 files changed, 16 insertions(+), 27 deletions(-) delete mode 100644 source/_components/sensor.iota.markdown diff --git a/source/_components/iota.markdown b/source/_components/iota.markdown index 4a367e2e38c..15bfacf142b 100644 --- a/source/_components/iota.markdown +++ b/source/_components/iota.markdown @@ -8,16 +8,18 @@ comments: false sharing: true footer: true logo: iota.png -ha_category: Finance +ha_category: + - Finance + - Sensor ha_release: 0.62 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/sensor.iota/ --- -[IOTA](http://iota.org/) is a new blockless distributed ledger which is -scalable, lightweight and makes it possible to transfer value without any fees. +[IOTA](http://iota.org/) is a new blockless distributed ledger which is scalable, lightweight and makes it possible to transfer value without any fees. -The `iota` component displays various details -(e.g., the balance, node attributes) of IOTA wallets. +The `iota` component displays various details (e.g., the balance, node attributes) of IOTA wallets. ```yaml # configuration.yaml example @@ -62,3 +64,12 @@ iota: - name: Exchange Wallet seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ``` + +## {% linkable_title Sensor %} + +The sensors are automatically created if the IOTA component is present. + +Available sensors: + +- Wallet balance +- Node information diff --git a/source/_components/sensor.iota.markdown b/source/_components/sensor.iota.markdown deleted file mode 100644 index 365796a68d6..00000000000 --- a/source/_components/sensor.iota.markdown +++ /dev/null @@ -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