Clean up connection classes in integrations M-O (#49892)
This commit is contained in:
parent
10d6dfd4ae
commit
a6206b2819
36 changed files with 3 additions and 47 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Config flow for 1-Wire component."""
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.config_entries import CONN_CLASS_LOCAL_POLL, ConfigFlow
|
||||
from homeassistant.config_entries import ConfigFlow
|
||||
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_TYPE
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
|
@ -82,7 +82,6 @@ class OneWireFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||
"""Handle 1-Wire config flow."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = CONN_CLASS_LOCAL_POLL
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize 1-Wire config flow."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue