1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 07:45:56 +00:00

[const] Add CONF_ROWS (#11249)

This commit is contained in:
Stuart Parmenter
2025-10-14 21:29:41 -07:00
committed by GitHub
parent fedfda6c29
commit 6d5e41ef7f
4 changed files with 3 additions and 5 deletions

View File

@@ -836,6 +836,7 @@ CONF_RMT_CHANNEL = "rmt_channel"
CONF_RMT_SYMBOLS = "rmt_symbols"
CONF_ROTATION = "rotation"
CONF_ROW = "row"
CONF_ROWS = "rows"
CONF_RS_PIN = "rs_pin"
CONF_RTD_NOMINAL_RESISTANCE = "rtd_nominal_resistance"
CONF_RTD_WIRES = "rtd_wires"