Skip to content
Merged
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions custom_components/victron/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3316,10 +3316,10 @@ class dynamic_ess_mode(Enum):
),
"settings_dynamicess_schedule_starttime": RegisterInfo(
5428, INT32, UnitOfTime.SECONDS, entityType=SliderWriteType(UnitOfTime.SECONDS)
), # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
"settings_dynamicess_strategy": RegisterInfo(
5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy)
),
), # , # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
# "settings_dynamicess_strategy": RegisterInfo(
# 5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy)
# ),
}


Expand Down
Loading