mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Fix create flow logic for single config entry integrations (#129807)
* Fix create flow logic for single config entry integrations * Adjust MQTT test
This commit is contained in:
@@ -444,7 +444,7 @@ async def test_hassio_ignored(hass: HomeAssistant) -> None:
|
||||
)
|
||||
assert result
|
||||
assert result.get("type") is FlowResultType.ABORT
|
||||
assert result.get("reason") == "already_configured"
|
||||
assert result.get("reason") == "single_instance_allowed"
|
||||
|
||||
|
||||
async def test_hassio_confirm(
|
||||
|
||||
Reference in New Issue
Block a user