solar_optimizer
solar_optimizer copied to clipboard
Config flow improvements
No real change in the implementation. The PR has 2 code quality improvements:
- Add a first unit test for config_flow
- Also use FlowHandler's add_suggested_values_to_schema() instead of the local implementation that can be removed.