mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
- Introduced a new utility module `period_utils.py` for calculating price periods. - Implemented `_get_period_config` method to retrieve configuration for best and peak price calculations. - Added `_calculate_periods_for_price_info` method to compute best and peak price periods based on price data. - Enhanced `TibberPricesDataUpdateCoordinator` to include calculated periods in the data transformation methods. - Updated configuration constants for best and peak price settings. |
||
|---|---|---|
| .. | ||
| custom_translations | ||
| 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 | ||
| period_utils.py | ||
| price_utils.py | ||
| sensor.py | ||
| services.py | ||
| services.yaml | ||