1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 03:03:50 +01:00

[const] Move CONF_ON_RESPONSE to const.py (#10958)

This commit is contained in:
Jesse Hills
2025-10-01 11:12:45 +13:00
committed by GitHub
parent 2a915e4efd
commit ab1f8326ee
2 changed files with 2 additions and 1 deletions

View File

@@ -671,6 +671,7 @@ CONF_ON_PRESET_SET = "on_preset_set"
CONF_ON_PRESS = "on_press"
CONF_ON_RAW_VALUE = "on_raw_value"
CONF_ON_RELEASE = "on_release"
CONF_ON_RESPONSE = "on_response"
CONF_ON_SHUTDOWN = "on_shutdown"
CONF_ON_SPEED_SET = "on_speed_set"
CONF_ON_STATE = "on_state"