Code quality Local IP (#82050)
This commit is contained in:
parent
815dfe9134
commit
3b0a42f8f4
2 changed files with 2 additions and 4 deletions
|
@ -12,8 +12,6 @@ from .const import DOMAIN
|
|||
class SimpleConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a config flow for local_ip."""
|
||||
|
||||
VERSION = 1
|
||||
|
||||
async def async_step_user(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
) -> FlowResult:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue