Fix benign typo in discovery flow helper (#90396)

pull/90403/head
J. Nick Koston 2023-03-28 01:01:41 -10:00 committed by GitHub
parent 4575352101
commit b207790177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from homeassistant.loader import bind_hass
from homeassistant.util.async_ import gather_with_concurrency from homeassistant.util.async_ import gather_with_concurrency
FLOW_INIT_LIMIT = 2 FLOW_INIT_LIMIT = 2
DISCOVERY_FLOW_DISPATCHER = "discovery_flow_disptacher" DISCOVERY_FLOW_DISPATCHER = "discovery_flow_dispatcher"
@bind_hass @bind_hass