From ef237a8431752655423c48b99f626c42ec60e212 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 5 Aug 2024 15:07:01 +0200 Subject: [PATCH] Fix MPD issue creation (#123187) --- homeassistant/components/mpd/media_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mpd/media_player.py b/homeassistant/components/mpd/media_player.py index 3538b1c7973..92f0f5cfcc4 100644 --- a/homeassistant/components/mpd/media_player.py +++ b/homeassistant/components/mpd/media_player.py @@ -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,