mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Input Boolean - Deleted 'DEFAULT_INITIAL' (#11453)
This commit is contained in:
parent
1e9e6927eb
commit
642e9c53ba
@ -27,7 +27,6 @@ ENTITY_ID_FORMAT = DOMAIN + '.{}'
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_INITIAL = 'initial'
|
CONF_INITIAL = 'initial'
|
||||||
DEFAULT_INITIAL = False
|
|
||||||
|
|
||||||
SERVICE_SCHEMA = vol.Schema({
|
SERVICE_SCHEMA = vol.Schema({
|
||||||
vol.Optional(ATTR_ENTITY_ID): cv.entity_ids,
|
vol.Optional(ATTR_ENTITY_ID): cv.entity_ids,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user