Skip to content

Commit b6b6126

Browse files
committed
Clean-up
1 parent 570d108 commit b6b6126

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

custom_components/poollab/config_flow.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818

1919
_LOGGER = logging.getLogger(__name__)
2020

21-
# PLACEHOLDERS = {
22-
# CONF_API_KEY: "API key",
23-
# CONF_URL: "API endpoint URL",
24-
# CONF_SSL: "Use SSL (recommended)",
25-
# }
26-
2721

2822
class PoolLabConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
2923
"""PoolLab config flow."""
@@ -89,7 +83,6 @@ async def async_step_user(
8983
return self.async_show_form(
9084
step_id="user",
9185
data_schema=user_schema,
92-
# description_placeholders=PLACEHOLDERS,
9386
errors=errors,
9487
)
9588

@@ -135,7 +128,6 @@ async def async_step_reconfigure(
135128
return self.async_show_form(
136129
step_id="reconfigure",
137130
data_schema=user_schema,
138-
# description_placeholders=PLACEHOLDERS,
139131
errors=errors,
140132
)
141133

0 commit comments

Comments
 (0)