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