hass.tibber_prices/custom_components/tibber_prices/api
Julian Pawlowski 7a1675a55a fix(api): initialize time attribute to prevent AttributeError
Fixed uninitialized self.time attribute causing AttributeError during
config entry creation. Added explicit initialization to None with
Optional type annotation and guard in _get_price_info_for_specific_homes().

Impact: Config flow no longer crashes when creating initial config entry.
Users can complete setup without errors.
2025-11-21 17:29:04 +00:00
..
__init__.py fix(imports): update imports after utils package reorganization 2025-11-18 20:07:28 +00:00
client.py fix(api): initialize time attribute to prevent AttributeError 2025-11-21 17:29:04 +00:00
exceptions.py refactor: resolve circular imports and enhance documentation 2025-11-18 17:32:36 +00:00
helpers.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00
queries.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00