mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Clean up config entry handlers decorator from config flows (#49932)
This commit is contained in:
@@ -83,8 +83,7 @@ def ensure_pin_format(pin):
|
||||
return "-".join(match.groups())
|
||||
|
||||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
class HomekitControllerFlowHandler(config_entries.ConfigFlow):
|
||||
class HomekitControllerFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a HomeKit config flow."""
|
||||
|
||||
VERSION = 1
|
||||
|
||||
Reference in New Issue
Block a user