mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix MPD issue creation (#123187)
This commit is contained in:
parent
96364f0452
commit
ef237a8431
@ -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…
x
Reference in New Issue
Block a user