From 1329ad245e1620864787603dc9f15af17e386eda Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 Apr 2026 01:14:18 -1000 Subject: [PATCH] bot coments --- esphome/components/ethernet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ethernet/__init__.py b/esphome/components/ethernet/__init__.py index 350480f560d..6bb51d4843d 100644 --- a/esphome/components/ethernet/__init__.py +++ b/esphome/components/ethernet/__init__.py @@ -391,7 +391,7 @@ SPI_SCHEMA = cv.All( ), cv.Optional(CONF_INTERFACE): cv.All( cv.only_on_esp32, - cv.one_of(*SPI_INTERFACE_MAP.keys()), + cv.one_of(*SPI_INTERFACE_MAP.keys(), lower=True), ), # Set default value (SPI_ETHERNET_DEFAULT_POLLING_INTERVAL) at _validate() cv.Optional(CONF_POLLING_INTERVAL): cv.All(