Remove YAML support from rachio (#45383)
This commit is contained in:
parent
d733292982
commit
3029a95410
2 changed files with 3 additions and 35 deletions
|
@ -94,10 +94,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
await self.async_set_unique_id(properties["id"])
|
||||
return await self.async_step_user()
|
||||
|
||||
async def async_step_import(self, user_input):
|
||||
"""Handle import."""
|
||||
return await self.async_step_user(user_input)
|
||||
|
||||
@staticmethod
|
||||
@callback
|
||||
def async_get_options_flow(config_entry):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue