From 27177dc56e5a595835f925787ca71021c02effbe Mon Sep 17 00:00:00 2001 From: mcgeezy Date: Fri, 3 Apr 2026 17:46:24 -0500 Subject: [PATCH] Polish README for HACS installation Add branding image and HACS installation instructions to improve repository presentation and custom repository onboarding. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e85094..4cc6bfe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RelayTV Home Assistant Integration +![RelayTV logo](custom_components/relaytv/brand/logo.png) + RelayTV integrates with Home Assistant as a local `media_player` plus RelayTV-specific services. ## Current Feature Set @@ -31,6 +33,14 @@ RelayTV integrates with Home Assistant as a local `media_player` plus RelayTV-sp | `relaytv.snapshot` | `POST /snapshot` (fallback `GET /snapshot`) | Captures current frame | | `relaytv.play_with_resume` | `POST /play` + `POST /seek_abs` | Resume per-URL saved position | +## Installation (HACS) + +1. Open HACS in Home Assistant. +2. Add this repository as a custom repository with category `Integration`. +3. Install `RelayTV`. +4. Restart Home Assistant. +5. Add the `RelayTV` integration from **Settings -> Devices & Services**. + ## Installation (Manual) 1. Copy this repository's `custom_components/relaytv` folder into your Home Assistant config: