evcc
evcc copied to clipboard
Templates: error on missing required value
Fix https://github.com/evcc-io/evcc/issues/25930
TODO
- [x] for tests instantiate templates in test mode to avoid required field errors
- [ ] verify ui tests
@naltatis with this change UI tests are failing due to missing required fields. The errors are real and probably due to faulty test cases. Could you take a look if it would be feasible to fix the tests?
@andig found the issue. one test setup was indeed faulty. can we merge this? then I'll adapt https://github.com/evcc-io/evcc/pull/26149 accordingly.