Make homekit_controller a local push integration (#32213)

This commit is contained in:
Jc2k
2020-02-26 18:35:53 +00:00
committed by GitHub
parent c92aa30663
commit 853d6cda25
5 changed files with 89 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow):
"""Handle a HomeKit config flow."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH
def __init__(self):
"""Initialize the homekit_controller flow."""