Velbus config entries remove decorator (#26256)
This commit is contained in:
parent
d652bb23de
commit
ec3d83c0cc
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ def velbus_entries(hass: HomeAssistant):
|
|||
)
|
||||
|
||||
|
||||
@config_entries.HANDLERS.register(DOMAIN)
|
||||
class VelbusConfigFlow(config_entries.ConfigFlow):
|
||||
class VelbusConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a config flow."""
|
||||
|
||||
VERSION = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue