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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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