From e9617f6c737cb7d67a26e2522a956e699a62b128 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 25 Jan 2019 03:23:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Coinbase=20com?= =?UTF-8?q?ponent=20pages=20(#8274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/coinbase.markdown | 8 ++++++-- source/_components/sensor.coinbase.markdown | 15 --------------- 2 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 source/_components/sensor.coinbase.markdown diff --git a/source/_components/coinbase.markdown b/source/_components/coinbase.markdown index 1b8211a9578..226652d8d6a 100644 --- a/source/_components/coinbase.markdown +++ b/source/_components/coinbase.markdown @@ -8,14 +8,18 @@ comments: false sharing: true footer: true logo: coinbase.png -ha_category: Finance +ha_category: + - Finance + - Sensor ha_release: 0.61 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/sensor.coinbase/ --- The `coinbase` component lets you access account balances and exchange rates from [coinbase](https://coinbase.com). -You will need to obtain an API key from coinbase's [developer site](https://www.coinbase.com/settings/api) to use this component. You need to give read access to `wallet:accounts` in order for the component to access relevant data. +You will need to obtain an API key from coinbase's [developer site](https://www.coinbase.com/settings/api) to use this component. You need to give read access to `wallet:accounts` in order for the component to access relevant data. ## {% linkable_title Configuration %} diff --git a/source/_components/sensor.coinbase.markdown b/source/_components/sensor.coinbase.markdown deleted file mode 100644 index 537b10f9973..00000000000 --- a/source/_components/sensor.coinbase.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: "Coinbase Sensor" -description: "Instructions on how to setup Coinbase sensors within Home Assistant." -date: 2017-12-08 18:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: coinbase.png -ha_category: Finance -ha_release: 0.61 ---- - -To get your coinbase sensors working with Home Assistant, follow the instructions for the general [Coinbase component](/components/coinbase/).