hass.tibber_prices/custom_components/tibber_prices/api
Julian Pawlowski f5dcf04aab feat(api): add energy and tax fields to Tibber GraphQL queries
Request `energy` and `tax` fields alongside `total` in both
quarter-hourly price queries. These represent the raw spot price and
the tax/fee component that together make up the total consumer price.

Updated hourly aggregation in formatters.py to carry energy/tax
values through to aggregated output.

Impact: Enables downstream consumers (sensors, services) to expose
price composition data. Useful for solar feed-in compensation and
net metering (saldering) calculations where the raw energy price
is needed separately from taxes.
2026-04-09 18:27:21 +00:00
..
__init__.py fix(imports): update imports after utils package reorganization 2025-11-18 20:07:28 +00:00
client.py feat(api): add energy and tax fields to Tibber GraphQL queries 2026-04-09 18:27:21 +00:00
exceptions.py refactor: resolve circular imports and enhance documentation 2025-11-18 17:32:36 +00:00
helpers.py fix(api): handle None values in API responses to prevent AttributeError 2025-12-13 14:02:30 +00:00
queries.py feat(interval-pool): add intelligent interval caching and memory optimization 2025-11-25 20:44:39 +00:00