Skip to content

Commit d4fde03

Browse files
committed
cv.only_with_esp_idf not needed anymore
1 parent 956dddc commit d4fde03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/sound_level_meter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
cv.Optional(CONF_DSP_FILTERS, default=[]): [CONFIG_DSP_FILTER_SCHEMA],
180180
cv.Optional(CONF_SENSORS, default=[]): [CONFIG_SENSOR_SCHEMA],
181181
cv.Optional(CONF_USE_ESP_DSP, default=False): cv.All(
182-
cv.boolean, cv.only_with_esp_idf
182+
cv.boolean
183183
),
184184
}
185185
).extend(cv.COMPONENT_SCHEMA),

0 commit comments

Comments
 (0)