mirror of
https://github.com/esphome/esphome.git
synced 2026-09-27 06:50:22 +00:00
voluptuous accepts [] for [cv.string], so vals[-1] could raise an IndexError at codegen time; an empty list now falls through to the ignored-option warning.