Skip to content

Commit

Permalink
fix: config flow form #6
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 19, 2024
1 parent 2455d28 commit 9453660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/yerushamayim/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ async def async_step_user(
return self.async_show_form(
step_id="user",
data_schema=vol.Schema({}),
# description_placeholders={
# "description": "Do you want to add Yerushamayim to Home Assistant?"
# },
description_placeholders={
"description": "Do you want to add Yerushamayim to Home Assistant?"
},
)

async def async_step_import(self, user_input: dict[str, Any]) -> FlowResult:
Expand Down

0 comments on commit 9453660

Please sign in to comment.