mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
Renamed main config flow handler class for clarity: - TibberPricesFlowHandler → TibberPricesConfigFlowHandler Updated imports in: - config_flow.py (import alias) - config_flow_handlers/__init__.py (exports) Reason: More explicit name distinguishes from OptionsFlowHandler and SubentryFlowHandler. Follows naming convention of other flow handlers. Impact: No functional changes, improved code readability. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| options_flow.py | ||
| schemas.py | ||
| subentry_flow.py | ||
| user_flow.py | ||
| validators.py | ||