add integration kraken (#11891)

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Kevin Eifinger 2021-05-14 17:34:23 +02:00 committed by GitHub
parent 2d4be0dce7
commit 607a8aee3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,30 @@
---
title: Kraken
description: Instructions on how to integrate Kraken.com sensors into Home Assistant.
ha_category:
- Finance
- Sensor
ha_iot_class: Cloud Polling
ha_release: 2021.7
ha_config_flow: true
ha_quality_scale: gold
ha_codeowners:
- '@eifinger'
ha_domain: kraken
ha_platforms:
- sensor
---
The Kraken integration allows you to monitor exchange rates on [kraken.com](https://www.kraken.com/).
For a list of tradable asset pairs check this [this kraken support article](https://support.kraken.com/hc/en-us/articles/201893658-Currency-pairs-available-for-trading-on-Kraken).
{% include integrations/config_flow.md %}
{% include integrations/option_flow.md %}
{% configuration_basic %}
Update interval:
description: "Seconds between updates"
Tracked Asset Pairs:
description: "Select the assets you want to track. This list is automatically updated with a list of tradable assets on kraken.com"
{% endconfiguration_basic %}