mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Show a notification when a config entry is discovered (#14022)
* Show a notification when a config entry is discovered * update comment * Inline functions * Lint
This commit is contained in:
committed by
Pascal Vizeli
parent
1fbc650871
commit
5d3471269a
@@ -12,7 +12,7 @@ def manager():
|
||||
handlers = Registry()
|
||||
entries = []
|
||||
|
||||
async def async_create_flow(handler_name):
|
||||
async def async_create_flow(handler_name, *, source, data):
|
||||
handler = handlers.get(handler_name)
|
||||
|
||||
if handler is None:
|
||||
|
||||
Reference in New Issue
Block a user