Remove previously deprecated ISY994 YAML support (#91575)
This commit is contained in:
parent
8d201b205f
commit
ef7e3e27ba
4 changed files with 3 additions and 232 deletions
|
@ -168,10 +168,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
errors=errors,
|
||||
)
|
||||
|
||||
async def async_step_import(self, user_input: dict[str, Any]) -> FlowResult:
|
||||
"""Handle import."""
|
||||
return await self.async_step_user(user_input)
|
||||
|
||||
async def _async_set_unique_id_or_update(
|
||||
self, isy_mac: str, ip_address: str, port: int | None
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue