mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
formatting
This commit is contained in:
parent
a25a08f5a6
commit
e06a0f22aa
1 changed files with 2 additions and 2 deletions
|
@ -328,10 +328,10 @@ CONFIG_SCHEMA = (
|
||||||
cv.Optional(CONF_SILENCE_DURATION, default="100ms"): cv.enum(
|
cv.Optional(CONF_SILENCE_DURATION, default="100ms"): cv.enum(
|
||||||
SILENCE_LOW_AND_HIGH_LEVEL_DURATION_TIME
|
SILENCE_LOW_AND_HIGH_LEVEL_DURATION_TIME
|
||||||
),
|
),
|
||||||
cv.Optional(CONF_SILENCE_HIGH_COUNTER, default='15'): cv.enum(
|
cv.Optional(CONF_SILENCE_HIGH_COUNTER, default="15"): cv.enum(
|
||||||
SILENCE_HIGH_LEVEL_COUNTER
|
SILENCE_HIGH_LEVEL_COUNTER
|
||||||
),
|
),
|
||||||
cv.Optional(CONF_SILENCE_LOW_COUNTER, default='1'): cv.enum(
|
cv.Optional(CONF_SILENCE_LOW_COUNTER, default="1"): cv.enum(
|
||||||
SILENCE_LOW_LEVEL_COUNTER
|
SILENCE_LOW_LEVEL_COUNTER
|
||||||
),
|
),
|
||||||
cv.Optional(CONF_ALC_GAIN, default=-3): cv.float_range(-15, 6),
|
cv.Optional(CONF_ALC_GAIN, default=-3): cv.float_range(-15, 6),
|
||||||
|
|
Loading…
Reference in a new issue