diff --git a/source/_integrations/iota.markdown b/source/_integrations/iota.markdown deleted file mode 100644 index d5d858d0ae2..00000000000 --- a/source/_integrations/iota.markdown +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: IOTA -description: Instructions on how to integrate IOTA wallets with Home Assistant. -ha_category: - - Finance - - Sensor -ha_release: 0.62 -ha_iot_class: Cloud Polling -ha_domain: iota -ha_platforms: - - sensor ---- - -[IOTA](https://iota.org/) is a new blockless distributed ledger which is scalable, lightweight and makes it possible to transfer value without any fees. - -The `iota` integration displays various details (e.g., the balance, node attributes) of IOTA wallets. - -```yaml -# configuration.yaml example -iota: - iri: https://testnet140.tangle.works:4434 - wallets: - - name: Default Wallet - seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -``` - -{% configuration %} -iri: - description: URL of the IRI node. - required: true - type: string -testnet: - description: Flag for indicating "testnet". - required: false - type: boolean - default: false -wallets: - description: List of IOTA wallets. - required: true - type: list - keys: - name: - description: Name of the wallet. - seed: - description: Seed of the wallet. -{% endconfiguration %} - -A full configuration example could look the one below: - -```yaml -# Full example -iota: - iri: https://testnet140.tangle.works:4434 - testnet: true - wallets: - - name: Default Wallet - seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - - name: Exchange Wallet - seed: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -``` - -## Sensor - -The sensors are automatically created if the IOTA integration is present. - -Available sensors: - -- Wallet balance -- Node information diff --git a/source/_redirects b/source/_redirects index afa3818d84d..26dc2d16f5b 100644 --- a/source/_redirects +++ b/source/_redirects @@ -738,7 +738,6 @@ /components/sensor.influxdb /integrations/influxdb#sensor /components/sensor.insteon /integrations/insteon /components/sensor.integration /integrations/integration -/components/sensor.iota /integrations/iota#sensor /components/sensor.iperf3 /integrations/iperf3 /components/sensor.irish_rail_transport /integrations/irish_rail_transport /components/sensor.islamic_prayer_times /integrations/islamic_prayer_times @@ -1440,7 +1439,6 @@ /components/integration /integrations/integration /components/intent_script /integrations/intent_script /components/ios /integrations/ios -/components/iota /integrations/iota /components/iperf3 /integrations/iperf3 /components/ipma /integrations/ipma /components/iqvia /integrations/iqvia @@ -2348,4 +2346,7 @@ /integrations/nello /more-info/removed-integration 301 /components/device_tracker.huawei_router /more-info/removed-integration 301 /integrations/huawei_router /more-info/removed-integration 301 +/components/sensor.iota /more-info/removed-integration 301 +/components/iota /more-info/removed-integration 301 +/integrations/iota /more-info/removed-integration 301