Input Boolean - Deleted 'DEFAULT_INITIAL' (#11453)
This commit is contained in:
parent
1e9e6927eb
commit
642e9c53ba
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue