Fix MPD issue creation (#123187)

This commit is contained in:
Joost Lekkerkerker 2024-08-05 15:07:01 +02:00 committed by Franck Nijhof
parent 0427aeccb0
commit ea20c4b375
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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,