mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03: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. |
||
|---|---|---|
| .. | ||
| custom_translations | ||
| period_utils | ||
| translations | ||
| __init__.py | ||
| api.py | ||
| average_utils.py | ||
| binary_sensor.py | ||
| config_flow.py | ||
| const.py | ||
| coordinator.py | ||
| data.py | ||
| diagnostics.py | ||
| entity.py | ||
| manifest.json | ||
| price_utils.py | ||
| sensor.py | ||
| services.py | ||
| services.yaml | ||