mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
Renamed service modules for consistency with service identifiers: - apexcharts.py → get_apexcharts_yaml.py - chartdata.py → get_chartdata.py - Added: get_price.py (new service module) Naming convention: Module names now match service names directly (tibber_prices.get_apexcharts_yaml → get_apexcharts_yaml.py) Impact: Improved code organization, easier to locate service implementations. No functional changes. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| formatters.py | ||
| get_apexcharts_yaml.py | ||
| get_chartdata.py | ||
| get_price.py | ||
| helpers.py | ||
| refresh_user_data.py | ||