File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
custom_components/poollab Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
2822class 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
You can’t perform that action at this time.
0 commit comments