mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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 (
|
||||
result["type"] is FlowResultType.CREATE_ENTRY
|
||||
or result["reason"] == "single_instance_allowed"
|
||||
or result["reason"] == "already_configured"
|
||||
):
|
||||
async_create_issue(
|
||||
hass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user