mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| client.py | ||
| exceptions.py | ||
| helpers.py | ||
| queries.py | ||