mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Velbus config entries remove decorator (#26256)
This commit is contained in:
committed by
Martin Hjelmare
parent
d652bb23de
commit
ec3d83c0cc
@@ -18,8 +18,7 @@ def velbus_entries(hass: HomeAssistant):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@config_entries.HANDLERS.register(DOMAIN)
|
class VelbusConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||||
class VelbusConfigFlow(config_entries.ConfigFlow):
|
|
||||||
"""Handle a config flow."""
|
"""Handle a config flow."""
|
||||||
|
|
||||||
VERSION = 1
|
VERSION = 1
|
||||||
|
Reference in New Issue
Block a user