mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +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.