Remove previously deprecated ISY994 YAML support (#91575)

This commit is contained in:
shbatm 2023-04-17 20:37:19 -05:00 committed by GitHub
parent 8d201b205f
commit ef7e3e27ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 232 deletions

View file

@ -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: