From 6771200d482268a56fbf1a76222a69ad180c4449 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Thu, 6 Nov 2025 16:01:34 +0000 Subject: [PATCH] fix: Add linkx for Tibber API reference in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e6e40..a195a17 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A Home Assistant integration that provides advanced price information and rating - **Intelligent Caching**: Minimizes API calls while ensuring data freshness across Home Assistant restarts - **Custom Services**: API endpoints for advanced integrations (ApexCharts support included) - **Diagnostic Sensors**: Monitor data freshness and availability -- **Reliable API Usage**: Uses only official Tibber `priceInfo` and `priceInfoRange` endpoints - no legacy APIs. Price ratings and statistics are calculated locally for maximum reliability and future-proofing. +- **Reliable API Usage**: Uses only official Tibber [`priceInfo`](https://developer.tibber.com/docs/reference#priceinfo) and [`priceInfoRange`](https://developer.tibber.com/docs/reference#subscription) endpoints - no legacy APIs. Price ratings and statistics are calculated locally for maximum reliability and future-proofing. ## Installation