Migrate integrations i-m to generic flowhandler (#111863)
This commit is contained in:
parent
9ec9ac4fd4
commit
52e7912caf
94 changed files with 715 additions and 612 deletions
|
@ -1,15 +1,15 @@
|
|||
"""Config flow for Mobile App."""
|
||||
import uuid
|
||||
|
||||
from homeassistant import config_entries
|
||||
from homeassistant.components import person
|
||||
from homeassistant.config_entries import ConfigFlow
|
||||
from homeassistant.const import ATTR_DEVICE_ID
|
||||
from homeassistant.helpers import entity_registry as er
|
||||
|
||||
from .const import ATTR_APP_ID, ATTR_DEVICE_NAME, CONF_USER_ID, DOMAIN
|
||||
|
||||
|
||||
class MobileAppFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
class MobileAppFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a Mobile App config flow."""
|
||||
|
||||
VERSION = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue