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
|
@ -6,7 +6,7 @@ from typing import Any
|
|||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.config_entries import CONN_CLASS_LOCAL_POLL, ConfigFlow, OptionsFlow
|
||||
from homeassistant.config_entries import ConfigFlow, OptionsFlow
|
||||
from homeassistant.const import (
|
||||
CONF_HOST,
|
||||
CONF_NAME,
|
||||
|
@ -57,7 +57,6 @@ class NZBGetConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
"""Handle a config flow for NZBGet."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = CONN_CLASS_LOCAL_POLL
|
||||
|
||||
@staticmethod
|
||||
@callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue