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

Add new trigger to fan component on_speed_set (#2246)

This commit is contained in:
dgtal1
2021-09-08 05:15:57 +02:00
committed by GitHub
parent dba502c756
commit b0533db2eb
4 changed files with 32 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ CONF_ON_PRESS = "on_press"
CONF_ON_RAW_VALUE = "on_raw_value"
CONF_ON_RELEASE = "on_release"
CONF_ON_SHUTDOWN = "on_shutdown"
CONF_ON_SPEED_SET = "on_speed_set"
CONF_ON_STATE = "on_state"
CONF_ON_TAG = "on_tag"
CONF_ON_TAG_REMOVED = "on_tag_removed"