From 2d4a96c3731213417580f1e7ac716dd2d48fcf88 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 12 Jul 2026 21:19:17 +0000 Subject: [PATCH] Add HACS one-click install badge and release download link to README Adds an "Open your Home Assistant instance and add repository" HACS badge for one-click add, plus GitHub release/download badges and a direct link to the latest release for manual installs. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32c4cfd..d05e425 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Splitwise +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/sriramsv/custom_component_splitwise)](https://github.com/sriramsv/custom_component_splitwise/releases) +[![GitHub all releases](https://img.shields.io/github/downloads/sriramsv/custom_component_splitwise/total)](https://github.com/sriramsv/custom_component_splitwise/releases) + This is a custom component integration for Splitwise API @@ -38,10 +42,12 @@ This callback URL is fixed and works regardless of your network setup (local, re ## Installation ### HACS: -- Search for `Splitwise Sensor` in HACS console and install it. +[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=sriramsv&repository=custom_component_splitwise&category=integration) + +- Click the badge above (or search for `Splitwise Sensor` in the HACS console) to add this repository and install it. ### Manual -- Copy the contents of the folder `custom_components/splitwise` into `/custom_components/splitwise` +- Download the [latest release](https://github.com/sriramsv/custom_component_splitwise/releases/latest) and copy the contents of the folder `custom_components/splitwise` into `/custom_components/splitwise` - Restart Homeassistant ## Configuration