hass.tibber_prices/custom_components/tibber_prices/config_flow_handlers
Julian Pawlowski 9ae618fff9 refactor(config_flow): rename TibberPricesFlowHandler to TibberPricesConfigFlowHandler
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.
2025-11-25 20:44:39 +00:00
..
__init__.py refactor(config_flow): rename TibberPricesFlowHandler to TibberPricesConfigFlowHandler 2025-11-25 20:44:39 +00:00
options_flow.py refactor(config): use negative values for Best Price min_distance 2025-11-22 04:44:57 +00:00
schemas.py feat(services): add fetch_price_info_range service and update schema 2025-11-25 20:44:39 +00:00
subentry_flow.py feat(i18n): localize time offset descriptions and config flow strings 2025-11-25 20:44:39 +00:00
user_flow.py feat(i18n): localize time offset descriptions and config flow strings 2025-11-25 20:44:39 +00:00
validators.py refactor(config): use negative values for Best Price min_distance 2025-11-22 04:44:57 +00:00