mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix benign typo in discovery flow helper (#90396)
This commit is contained in:
parent
4575352101
commit
b207790177
@ -11,7 +11,7 @@ from homeassistant.loader import bind_hass
|
||||
from homeassistant.util.async_ import gather_with_concurrency
|
||||
|
||||
FLOW_INIT_LIMIT = 2
|
||||
DISCOVERY_FLOW_DISPATCHER = "discovery_flow_disptacher"
|
||||
DISCOVERY_FLOW_DISPATCHER = "discovery_flow_dispatcher"
|
||||
|
||||
|
||||
@bind_hass
|
||||
|
Loading…
x
Reference in New Issue
Block a user