Commit eb9c525
Make timezone required in BatcontrolConfig (no default)
The dummy config documents timezone as "not optional" and core logic
uses it for scheduling/price-window alignment. Silently defaulting to
'Europe/Berlin' masks misconfigured setups. Now fails fast at config
load with a clear validation error when timezone is absent.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 61449b4 commit eb9c525
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments