mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-07-28 01:26:49 +00:00
Consistent naming with the period_count_* family introduced in the previous commit (period_count_total, period_count_today, period_count_tomorrow). periods_remaining was the last attribute in the navigation triplet using the old plural form. Renamed to period_count_remaining to follow the established pattern: all countable period metrics use the period_count_* prefix. BREAKING CHANGE: periods_remaining renamed to period_count_remaining. Impact: All four period count attributes now share the same prefix (period_count_total, period_count_today, period_count_tomorrow, period_count_remaining), making automation templates more predictable. |
||
|---|---|---|
| .. | ||
| api-reference.md | ||
| architecture.md | ||
| caching-strategy.md | ||
| coding-guidelines.md | ||
| contributing.md | ||
| critical-patterns.md | ||
| debugging.md | ||
| intro.md | ||
| performance.md | ||
| period-calculation-theory.md | ||
| recorder-optimization.md | ||
| refactoring-guide.md | ||
| release-management.md | ||
| repairs-system.md | ||
| setup.md | ||
| testing.md | ||
| timer-architecture.md | ||