Skip to content

Commit

Permalink
Adjust strings
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss committed Apr 3, 2024
1 parent 9fe0ec3 commit 8cf79e7
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 729 deletions.
6 changes: 1 addition & 5 deletions custom_components/adaptive_cover/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,7 @@ async def async_step_init(
) -> FlowResult:
"""Manage the options."""
return self.async_show_menu(
step_id="init",
menu_options={
"automation": "Change Automation Config",
"blind": "Adjust blind parameters",
},
step_id="init", menu_options=["automation", "blind"]
)

async def async_step_automation(self, user_input: dict[str, Any] | None = None):
Expand Down
Loading

0 comments on commit 8cf79e7

Please sign in to comment.