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