File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
custom_components/victron Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3316,10 +3316,10 @@ class dynamic_ess_mode(Enum):
33163316 ),
33173317 "settings_dynamicess_schedule_starttime" : RegisterInfo (
33183318 5428 , INT32 , UnitOfTime .SECONDS , entityType = SliderWriteType (UnitOfTime .SECONDS )
3319- ), # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
3320- "settings_dynamicess_strategy" : RegisterInfo (
3321- 5429 , UINT16 , entityType = SelectWriteType (dynamic_ess_strategy )
3322- ),
3319+ ), # , # TODO refactor to support date and time picker and although negative is allowed this is specified as unix timestamp in the docs
3320+ # "settings_dynamicess_strategy": RegisterInfo(
3321+ # 5429, UINT16, entityType=SelectWriteType(dynamic_ess_strategy)
3322+ # ),
33233323}
33243324
33253325
You can’t perform that action at this time.
0 commit comments