mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 18:48:28 +02:00
Fix files CI after merging (#3175)
This commit is contained in:
@@ -35,7 +35,7 @@ def ensure_option_map():
|
||||
def validator(value):
|
||||
cv.check_not_templatable(value)
|
||||
option = cv.All(cv.string_strict)
|
||||
mapping = cv.All(cv.int_range(-(2 ** 63), 2 ** 63 - 1))
|
||||
mapping = cv.All(cv.int_range(-(2**63), 2**63 - 1))
|
||||
options_map_schema = cv.Schema({option: mapping})
|
||||
value = options_map_schema(value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user