mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
Renamed internal sensor keys to be more explicit about their temporal scope: - current_price → current_interval_price - price_level → current_interval_price_level - price_rating → current_interval_price_rating This naming makes it clearer that these sensors represent the current 15-minute interval, distinguishing them from hourly averages and other time-based calculations. Updated across all components: - Sensor entity descriptions and handlers (sensor.py) - Time-sensitive entity keys list (coordinator.py) - Config flow step IDs (config_flow.py) - Translation keys in all 5 languages (de, en, nb, nl, sv) - Custom translations (entity descriptions, usage tips) - Price level/rating lookups (const.py, sensor.py) - Documentation examples (AGENTS.md, README.md) Impact: Sensor entity IDs remain unchanged due to translation_key system. Existing automations continue to work. Only internal code references and translation structures updated for consistency. |
||
|---|---|---|
| .. | ||
| de.json | ||
| en.json | ||
| nb.json | ||
| nl.json | ||
| sv.json | ||