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