hass.tibber_prices/custom_components/tibber_prices/config_flow_handlers
Julian Pawlowski b8a502672b refactor(config_flow): unify translation structure across all languages
Standardized config flow translations (nb, nl, sv) to match German/English
format with minimal field labels and comprehensive data_descriptions.

Changes across Norwegian, Dutch, and Swedish translations:
- Updated step_progress format: **{step_progress}** → _{step_progress}_
- Made all step descriptions bold with **text** formatting
- Simplified field labels (removed verbose explanations)
- Added data_description for price_rating (low/high thresholds)
- Added data_description for price_trend (rising/falling thresholds)
- Added data_description for volatility (moderate/high/very high thresholds)
- Ensured all steps have: emojis, italic step_progress, separator (---)
- Added missing emoji to Swedish price_rating step (📊)

Impact: All 5 languages now have consistent UX with minimal, scannable
field labels and detailed optional descriptions accessible via ⓘ icon.
Users get cleaner config flow with better clarity.
2025-11-20 12:59:12 +00:00
..
__init__.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00
options_flow.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00
schemas.py refactor(config_flow): unify translation structure across all languages 2025-11-20 12:59:12 +00:00
subentry_flow.py feat(api): add multi-home support and diagnostic sensors 2025-11-16 00:11:56 +00:00
user_flow.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00
validators.py refactor(naming): complete class naming convention alignment 2025-11-20 11:22:53 +00:00