mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-09 19:18:47 +00:00
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
title: SimpleFin
|
|
description: Instructions on the SimpleFIN Integration for personal finance.
|
|
ha_category:
|
|
- Finance
|
|
- Sensor
|
|
ha_iot_class: Cloud Polling
|
|
ha_release: 2024.8
|
|
ha_codeowners:
|
|
- '@scottg489'
|
|
- '@jeeftor'
|
|
ha_domain: simplefin
|
|
ha_config_flow: true
|
|
ha_platforms:
|
|
- binary_sensor
|
|
- sensor
|
|
ha_integration_type: service
|
|
---
|
|
|
|
[SimpleFIN](http://simplefin.org) allows users to share read-only financial data. This is a paid service although it is quite affordable ($1.50 a month).
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
|
|
|
|
## Setup Guide
|
|
|
|
Within the SimpleFIN Interface, you can create a **Claim Token**, a one-time token that can be exchanged for an **Access URL**. You can enter either a **Claim Token** or an **Access URL** as a configuration element for this integration.
|
|
|
|
### Accounts & Devices
|
|
|
|
Each `account` will be set up as a device in Home Assistant, and it will contain the following sensors:
|
|
|
|
|Sensor|Description|
|
|
|-------|---------------|
|
|
|Age| This sensor shows when the data was retrieved by the SimpleFin API |
|
|
|Balance|Account balance|
|
|
|Problem| Binary sensor that indicates whether the account sync may have a problem |
|