mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix MPD issue creation (#123187)
This commit is contained in:
committed by
GitHub
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,
|
||||
|
Reference in New Issue
Block a user