From 85df0c47f5ab0b352f00b6554666bf1edc9e7763 Mon Sep 17 00:00:00 2001 From: Matthias Jacob Date: Tue, 5 May 2026 04:12:05 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7510880..83e698e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Small FastAPI service that converts the Sachsen HWIMS RSS feed into clean, machi Perfect for use with Home Assistant or other automation tools. +## 🌐 Live Service + +- Running instance: [https://sachsen-pegel-proxy.vercel.app/](https://sachsen-pegel-proxy.vercel.app/) +- API docs: [https://sachsen-pegel-proxy.vercel.app/docs](https://sachsen-pegel-proxy.vercel.app/docs) + --- ## ✨ Features @@ -38,7 +43,7 @@ Response: "station_id": "560021", "station_title": "Golzern 1 / Vereinigte Mulde", "latest": { - "timestamp": "2026-05-05T00:45:00+00:00", + "timestamp": "2026-01-01T12:00:00+00:00", "water_level_cm": 98, "flow_m3s": 20.8, "flood_alert_level": "Kein Hochwasser" @@ -109,6 +114,9 @@ http://127.0.0.1:8000/docs ## ☁️ Deploy (Vercel) +This repository does not include platform-specific deployment configuration. +Deploy by connecting the repo in Vercel (or using the CLI), then verify the API endpoints after deployment. + ```bash npx vercel npx vercel --prod @@ -122,6 +130,7 @@ npx vercel --prod rest: - resource: "https://your-app.vercel.app/api/pegel/560021" scan_interval: 300 + json_attributes_path: "$.latest" sensor: - name: "Pegel Wasserstand" value_template: "{{ value_json.latest.water_level_cm }}"