Fixes from rebase

This commit is contained in:
Michael Hansen
2026-03-19 09:11:28 -05:00
parent c43744affa
commit 35f5e92e00

View File

@@ -4,6 +4,7 @@ from typing import Any
import pytest
from homeassistant.components import conversation
from homeassistant.components.button import SERVICE_PRESS
from homeassistant.components.cover import (
DOMAIN as COVER_DOMAIN,
@@ -12,6 +13,7 @@ from homeassistant.components.cover import (
SERVICE_STOP_COVER,
CoverState,
)
from homeassistant.components.homeassistant.exposed_entities import async_expose_entity
from homeassistant.components.lock import SERVICE_LOCK, SERVICE_UNLOCK
from homeassistant.components.valve import (
DOMAIN as VALVE_DOMAIN,
@@ -84,7 +86,6 @@ async def test_http_handle_intent(
"language": hass.config.language,
"response_type": intent.IntentResponseType.ACTION_DONE.value,
"data": {
"targets": [],
"success": [],
"failed": [],
"query": {"matched": [], "unmatched": []},
@@ -153,7 +154,6 @@ async def test_http_language_device_satellite_id(
"language": language,
"response_type": "action_done",
"data": {
"targets": [],
"success": [],
"failed": [],
"query": {"matched": [], "unmatched": []},