Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/custom-dictionary-workspace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dayname
daynumber
daysymbol
dedup
delayedstart
dend
denorm
derating
Expand Down
11 changes: 11 additions & 0 deletions apps/predbat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,16 @@
"restore": False,
"api": True,
},
{
"name": "load_forecast_delta_api",
"friendly_name": "Load forecast delta API controls",
"type": "select",
"options": ["off"],
"icon": "mdi:dishwasher",
"default": "off",
"restore": False,
"api": True,
},
{
"name": "manual_freeze_charge",
"friendly_name": "Manual force charge freeze",
Expand Down Expand Up @@ -2043,6 +2053,7 @@
"type": "sensor_list",
"sensor_type": "dict|list",
},
"house_load_additional_forecast": {"type": "dict_list"},
"ge_cloud_data": {"type": "boolean"},
"ge_cloud_serial": {"type": "string", "empty": False},
"ge_cloud_key": {"type": "string", "empty": False},
Expand Down
Loading
Loading