1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Input Boolean - Deleted 'DEFAULT_INITIAL' (#11453)

This commit is contained in:
cdce8p
2018-01-05 09:03:00 +01:00
committed by Paulus Schoutsen
parent 1e9e6927eb
commit 642e9c53ba
@@ -27,7 +27,6 @@ ENTITY_ID_FORMAT = DOMAIN + '.{}'
_LOGGER = logging.getLogger(__name__)
CONF_INITIAL = 'initial'
DEFAULT_INITIAL = False
SERVICE_SCHEMA = vol.Schema({
vol.Optional(ATTR_ENTITY_ID): cv.entity_ids,