mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Clean up config entry handlers decorator from config flows (#49932)
This commit is contained in:
@@ -5,8 +5,7 @@ from homeassistant import config_entries
|
||||
from .const import DOMAIN
|
||||
|
||||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
class AWSFlowHandler(config_entries.ConfigFlow):
|
||||
class AWSFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a config flow."""
|
||||
|
||||
VERSION = 1
|
||||
|
||||
Reference in New Issue
Block a user