mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 18:46:02 +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.