evcc icon indicating copy to clipboard operation
evcc copied to clipboard

Templates: error on missing required value

Open andig opened this issue 2 weeks ago • 1 comments

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

andig avatar Dec 09 '25 18:12 andig

@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 avatar Dec 10 '25 14:12 andig

@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.

naltatis avatar Dec 22 '25 11:12 naltatis