Add area support to input datetime service schemas (#25430)

* Add area support to input datetime service schemas

* Fixed tests
This commit is contained in:
Aaron Bach 2019-07-23 13:39:07 -06:00 committed by GitHub
parent 3af77eb594
commit c92f287c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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