Fix MPD issue creation (#123187)

This commit is contained in:
Joost Lekkerkerker
2024-08-05 15:07:01 +02:00
committed by GitHub
parent 96364f0452
commit ef237a8431

View File

@@ -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,