Skip to content

Commit f0dcd1d

Browse files
committed
fix: Fixed spelling mistake in account config (5 minutes dev time)
1 parent 9db4551 commit f0dcd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/octopus_energy/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ async def __async_setup_main_schema__(self, config, errors):
841841
selector.SelectSelectorConfig(
842842
options=[
843843
selector.SelectOptionDict(value=CONFIG_MAIN_INTELLIGENT_RATE_MODE_PENDING_AND_STARTED_DISPATCHES, label="Planned and started dispatches will turn into off peak rates"),
844-
selector.SelectOptionDict(value=CONFIG_MAIN_INTELLIGENT_RATE_MODE_STARTED_DISPATCHES_ONLY, label="Only stared dispatches will turn into off peak rates"),
844+
selector.SelectOptionDict(value=CONFIG_MAIN_INTELLIGENT_RATE_MODE_STARTED_DISPATCHES_ONLY, label="Only started dispatches will turn into off peak rates"),
845845
],
846846
mode=selector.SelectSelectorMode.DROPDOWN,
847847
)

0 commit comments

Comments
 (0)