1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Support W5500 SPI-Ethernet polling mode if framework is supported (#7503)

This commit is contained in:
Satoshi YAMADA
2024-10-29 12:08:08 +09:00
committed by GitHub
parent df750d0d11
commit 302ba2874e
4 changed files with 77 additions and 3 deletions

View File

@@ -666,6 +666,7 @@ CONF_PMC_1_0 = "pmc_1_0"
CONF_PMC_10_0 = "pmc_10_0"
CONF_PMC_2_5 = "pmc_2_5"
CONF_PMC_4_0 = "pmc_4_0"
CONF_POLLING_INTERVAL = "polling_interval"
CONF_PORT = "port"
CONF_POSITION = "position"
CONF_POSITION_ACTION = "position_action"