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

Add transitions to light flash (#2201)

This commit is contained in:
Alex
2021-08-30 21:18:16 -05:00
committed by GitHub
parent 54337befc2
commit ea1b5e19f0
6 changed files with 65 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ CONF_FILTERS = "filters"
CONF_FINGER_ID = "finger_id"
CONF_FINGERPRINT_COUNT = "fingerprint_count"
CONF_FLASH_LENGTH = "flash_length"
CONF_FLASH_TRANSITION_LENGTH = "flash_transition_length"
CONF_FLOW_CONTROL_PIN = "flow_control_pin"
CONF_FOR = "for"
CONF_FORCE_UPDATE = "force_update"