1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 10:10:56 +00:00

fix for flake8

This commit is contained in:
Brian Davis 2024-12-20 21:32:00 -05:00
parent 58eb5423fe
commit d582ead93a
No known key found for this signature in database
GPG Key ID: 9E61B77FC9124605

View File

@ -44,6 +44,7 @@ def check_timing_budget(value):
raise cv.Invalid("Timing budget must be between 17000us and 4294967295us")
return value
CONFIG_SCHEMA = cv.All(
sensor.sensor_schema(
VL53L0XSensor,