Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :-)
- Host: GitHub
- URL: https://github.com/topscoder/iconomi-homeassistant
- Owner: topscoder
- Created: 2021-10-07T17:27:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T07:12:54.000Z (about 1 year ago)
- Last Synced: 2023-10-26T08:27:23.674Z (about 1 year ago)
- Topics: bitcoin, crypto, defi, financial, ha, hass, hassio, home-assistant, iconomi, lovelace, lovelace-card, lovelace-ui, money
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```