mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove config (breaking change) (#18153)
This commit is contained in:
parent
a498e15910
commit
0992e83f8d
@ -37,14 +37,12 @@ CONF_INPUT = 'input'
|
|||||||
CONF_FFMPEG_BIN = 'ffmpeg_bin'
|
CONF_FFMPEG_BIN = 'ffmpeg_bin'
|
||||||
CONF_EXTRA_ARGUMENTS = 'extra_arguments'
|
CONF_EXTRA_ARGUMENTS = 'extra_arguments'
|
||||||
CONF_OUTPUT = 'output'
|
CONF_OUTPUT = 'output'
|
||||||
CONF_RUN_TEST = 'run_test'
|
|
||||||
|
|
||||||
DEFAULT_BINARY = 'ffmpeg'
|
DEFAULT_BINARY = 'ffmpeg'
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.Schema({
|
CONFIG_SCHEMA = vol.Schema({
|
||||||
DOMAIN: vol.Schema({
|
DOMAIN: vol.Schema({
|
||||||
vol.Optional(CONF_FFMPEG_BIN, default=DEFAULT_BINARY): cv.string,
|
vol.Optional(CONF_FFMPEG_BIN, default=DEFAULT_BINARY): cv.string,
|
||||||
vol.Optional(CONF_RUN_TEST): cv.boolean,
|
|
||||||
}),
|
}),
|
||||||
}, extra=vol.ALLOW_EXTRA)
|
}, extra=vol.ALLOW_EXTRA)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user