hass.tibber_prices/custom_components/tibber_prices/binary_sensor
Julian Pawlowski 1d3c55097d fix(periods): rename periods_remaining to period_count_remaining
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.
2026-04-12 10:05:21 +00:00
..
__init__.py fix(imports): update imports after utils package reorganization 2025-11-18 20:07:28 +00:00
attributes.py fix(periods): rename periods_remaining to period_count_remaining 2026-04-12 10:05:21 +00:00
core.py fix(periods): rename periods_remaining to period_count_remaining 2026-04-12 10:05:21 +00:00
definitions.py refactor(entities): remove redundant name= from all entity descriptions 2026-04-06 13:16:07 +00:00
types.py fix(periods): rename periods_remaining to period_count_remaining 2026-04-12 10:05:21 +00:00