Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading