From 5f4640871fcede3fd8538b83091f327f50c79bf5 Mon Sep 17 00:00:00 2001 From: elyobelyob Date: Wed, 18 Feb 2026 21:47:05 +0530 Subject: [PATCH] Removing my message r.e. my temp fork. --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 1866a85..abe7658 100644 --- a/README.md +++ b/README.md @@ -16,31 +16,6 @@ Daily Sensor is a Home Assistant custom component that accumulates readings from a chosen sensor throughout the day and resets at midnight. You can select how values are aggregated: minimum, maximum, sum, average (mean), median, standard deviation, or variation. It's a simple way to produce clear daily summaries from any numeric sensor. -## ⚠️ Critical Fix Available (v2026.2.6) - -**If you're experiencing a 500 error when editing Daily Sensor configuration**, this fork contains critical bug fixes that are pending merge to the upstream repository. - -### Issue -The upstream HACS version has a breaking bug that causes a `500 Internal Server Error` when attempting to edit existing Daily Sensor configurations via the UI. - -### Solution -Until [PR #105](https://github.com/jeroenterheerdt/HADailySensor/pull/105) is merged, install this maintained fork: - -**Via HACS (Custom Repository):** -1. HACS → Integrations → ⋮ (top right) → Custom repositories -2. Add repository: `https://github.com/elyobelyob/HADailySensor` -3. Category: Integration -4. Click "Add" -5. Search for "Daily Sensor" and install **v2026.2.6 or later** -6. Restart Home Assistant - -**What's Fixed:** -- ✅ 500 error when editing sensor configuration -- ✅ AttributeError on config_entry property -- ✅ ValueError when source sensor is unavailable -- ✅ Options flow type handling improvements -- ✅ Code quality and formatting improvements - --- ## Configuration