hass.tibber_prices/custom_components/tibber_prices/translations
Julian Pawlowski 7737dccd49 refactor(sensors): rename current price sensors for clarity
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.
2025-11-15 08:30:25 +00:00
..
de.json refactor(sensors): rename current price sensors for clarity 2025-11-15 08:30:25 +00:00
en.json refactor(sensors): rename current price sensors for clarity 2025-11-15 08:30:25 +00:00
nb.json refactor(sensors): rename current price sensors for clarity 2025-11-15 08:30:25 +00:00
nl.json refactor(sensors): rename current price sensors for clarity 2025-11-15 08:30:25 +00:00
sv.json refactor(sensors): rename current price sensors for clarity 2025-11-15 08:30:25 +00:00