1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Correct time stamp format in Alexa responses (#70267)

This commit is contained in:
Erik Montnemery
2022-04-22 17:44:59 +02:00
committed by GitHub
parent 56921a41bf
commit e45d4d53dd
9 changed files with 283 additions and 244 deletions

View File

@@ -6,7 +6,7 @@ from homeassistant.const import __version__
from homeassistant.helpers import entity_registry as er
from homeassistant.helpers.entity import EntityCategory
from . import get_default_config, get_new_request
from .test_common import get_default_config, get_new_request
async def test_unsupported_domain(hass):