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

[udp] Move `on_receive` to const (#9811)

This commit is contained in:
Jesse Hills
2025-07-23 10:56:00 +12:00
committed by GitHub
parent 1a7757e7ca
commit 5a4e2a3eaf
2 changed files with 2 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ CODEOWNERS = ["@esphome/core"]
CONF_BYTE_ORDER = "byte_order"
CONF_COLOR_DEPTH = "color_depth"
CONF_DRAW_ROUNDING = "draw_rounding"
CONF_ON_RECEIVE = "on_receive"
CONF_ON_STATE_CHANGE = "on_state_change"
CONF_REQUEST_HEADERS = "request_headers"