Fix MPD issue creation (#123187)
This commit is contained in:
parent
96364f0452
commit
ef237a8431
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ async def async_setup_platform(
|
||||||
)
|
)
|
||||||
if (
|
if (
|
||||||
result["type"] is FlowResultType.CREATE_ENTRY
|
result["type"] is FlowResultType.CREATE_ENTRY
|
||||||
or result["reason"] == "single_instance_allowed"
|
or result["reason"] == "already_configured"
|
||||||
):
|
):
|
||||||
async_create_issue(
|
async_create_issue(
|
||||||
hass,
|
hass,
|
||||||
|
|
Loading…
Add table
Reference in a new issue