Add area support to input datetime service schemas (#25430)
* Add area support to input datetime service schemas * Fixed tests
This commit is contained in:
parent
3af77eb594
commit
c92f287c73
2 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ import voluptuous as vol
|
|||
from homeassistant.core import CoreState, State, Context
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components.input_datetime import (
|
||||
DOMAIN, ATTR_ENTITY_ID, ATTR_DATE, ATTR_DATETIME, ATTR_TIME,
|
||||
SERVICE_SET_DATETIME)
|
||||
DOMAIN, ATTR_DATE, ATTR_DATETIME, ATTR_TIME, SERVICE_SET_DATETIME)
|
||||
from homeassistant.const import ATTR_ENTITY_ID
|
||||
|
||||
from tests.common import mock_restore_cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue