From 78ed56c3323c8ca0396734b4a54312ed9c97c98f Mon Sep 17 00:00:00 2001 From: ruv Date: Sat, 23 May 2026 14:56:12 -0400 Subject: [PATCH] =?UTF-8?q?docs(adr-115):=20README=20=E2=80=94=20Works=20w?= =?UTF-8?q?ith=20HA=20+=20Matter=20+=20Apple=20Home=20+=20Google=20Home=20?= =?UTF-8?q?badges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the ambient-intelligence-platform positioning to the top of the README, right under the hero tagline. Four standard shields.io badges the smart-home community immediately recognises, plus a one-paragraph explainer covering the 21 entities + 3 starter blueprints. Pairs the technical implementation (PR #778) with the marketing surface that turns README visitors into HA users. Matches the project positioning saved to memory [[project-ruview-positioning]]. Refs #776, PR #778. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4db540f..f0c64e66 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ **Turn ordinary WiFi into a spatial intelligence / sensing system.** Detect people, measure breathing and heart rate, track movement, and monitor rooms — through walls, in the dark, with no cameras or wearables. Just physics. +![Works with Home Assistant](https://img.shields.io/badge/Works%20with-Home%20Assistant-blue?logo=home-assistant&logoColor=white&labelColor=41BDF5) ![Works with Matter](https://img.shields.io/badge/Works%20with-Matter-blue?labelColor=4285F4) ![Works with Apple Home](https://img.shields.io/badge/Works%20with-Apple%20Home-black?logo=apple) ![Works with Google Home](https://img.shields.io/badge/Works%20with-Google%20Home-blue?logo=googlehome) + +> Drop into any **Home Assistant** install with one `--mqtt` flag. Or pair into **Apple Home / Google Home / Alexa / SmartThings** as a Matter Bridge. Ships 21 entities per node (11 raw signals + 10 inferred semantic states: someone-sleeping, possible-distress, room-active, elderly-inactivity-anomaly, meeting-in-progress, bathroom-occupied, fall-risk-elevated, bed-exit, no-movement, multi-room-transition) plus 3 starter HA Blueprints. See [`docs/integrations/home-assistant.md`](docs/integrations/home-assistant.md) · [ADR-115](docs/adr/ADR-115-home-assistant-integration.md). + ### π RuView is a WiFi sensing platform that turns radio signals into spatial intelligence. Every WiFi router already fills your space with radio waves. When people move, breathe, or even sit still, they disturb those waves in measurable ways. RuView captures these disturbances using Channel State Information (CSI) from low-cost ESP32 sensors and turns them into actionable data: who's there, what they're doing, and whether they're okay.