Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/topscoder/iconomi-homeassistant

Pull Iconomi data in your Home Assistant machine. Let the automation begin :-)
https://github.com/topscoder/iconomi-homeassistant

bitcoin crypto defi financial ha hass hassio home-assistant iconomi lovelace lovelace-card lovelace-ui money

Last synced: 5 days ago
JSON representation

Pull Iconomi data in your Home Assistant machine. Let the automation begin :-)

Awesome Lists containing this project

README

        

# Iconomi Integration for Home Assistant

This sensor integrates your Iconomi portfolio value into Home Assistant. As this is a sensor, HA will handle the history and graphs for you :)

![Image of Iconomi card](https://github.com/topscoder/iconomi-homeassistant/blob/main/.github/example.png)

## Installation

Create an API key in your Iconomi account. Go to https://www.iconomi.com/settings/api-keys and click "Create API Key". Give it a fancy name and click "Create". NOTE: Your API Secret will only be shown ONCE. So copy and store it safely in your digital vault.

Install using HACS. Add this GitHub repo as custom repository using repo URL `https://github.com/topscoder/iconomi-homeassistant`

### Example

#### configuration.yaml
```yaml
sensor:
- platform: iconomi
name: "Iconomi Balance"
api_key: !secret iconomi_api_key
api_secret: !secret iconomi_api_secret
```

#### secrets.yaml
```yaml
# Get your keys from https://www.iconomi.com/settings/api-keys
iconomi_api_key: "abcd1337"
iconomi_api_secret: "ef1337ab"
```

#### Lovelace card
```yaml
type: sensor
entity: sensor.iconomi_balance
graph: line
name: Iconomi Portfolio
icon: mdi:currency-usd
detail: 2
unit: USD
```

## Donkey Bridges

```bash
git commit -a --no-verify
```