1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

Add step_delay option to X9C component (#6890)

This commit is contained in:
Oliver Hihn
2024-06-12 11:09:26 +02:00
committed by GitHub
parent 2044c7e4d4
commit df52bc3493
10 changed files with 15 additions and 2 deletions

View File

@@ -784,6 +784,7 @@ CONF_STATIC_IP = "static_ip"
CONF_STATUS = "status"
CONF_STB_PIN = "stb_pin"
CONF_STEP = "step"
CONF_STEP_DELAY = "step_delay"
CONF_STEP_MODE = "step_mode"
CONF_STEP_PIN = "step_pin"
CONF_STOP = "stop"