sriramsv / custom_component_splitwise

Custom component for HomeAssistant for Splitwise API
MIT License
11 stars 4 forks source link

Custom component for HomeAssistant for Splitwise API

This is a custom component integration for Splitwise API

Splitwise Setup

Account

Profile

Register

Note:

If you are using a reverse proxy in front of your home assistant server, use the public address (https://home.<your-domain>.com>/api/splitwise/callback) as the callback URL in the application settings. Otherwise the oauth authentication won't work

edit-app

Installation

HACS:

Manual

Configuration

sensor:
  - platform: splitwise
    client_id: '<consumer-id>'
    client_secret: '<consumer-secret>'

Final Output

dash-url

Advanced usage - events

This component will fire events:

image

The event types are defined in the API documentation