Skip to content

Commit

Permalink
Merge pull request davidusb-geek#370 from GeoDerp/patch-19
Browse files Browse the repository at this point in the history
param_definitions.json add mlforecaster option to load_forecast_method
  • Loading branch information
davidusb-geek authored Nov 10, 2024
2 parents 45bf9db + a125ca3 commit 7878647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/emhass/static/data/param_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"input": "select",
"select_options": [
"naive",
"mlforecaster",
"csv"
],
"default_value": "naive"
Expand Down Expand Up @@ -421,4 +422,4 @@
"default_value": 0.6
}
}
}
}

0 comments on commit 7878647

Please sign in to comment.