mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 15:45:03 +00:00
Fixes from rebase
This commit is contained in:
@@ -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": []},
|
||||
|
||||
Reference in New Issue
Block a user