mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Clean up connection classes in integrations H-L (#49891)
This commit is contained in:
@@ -87,7 +87,6 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a HomeKit config flow."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize the homekit_controller flow."""
|
||||
|
||||
Reference in New Issue
Block a user