Skip to content

Commit

Permalink
Rename callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 23, 2024
1 parent f59617f commit 322850c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/tc_bus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
CONF_HARDWARE_VERSION = "hardware_version"
CONF_DOOR_READINESS = "door_readiness"

CONF_ON_COMMAND = "on_command_action"
CONF_ON_MEMORY = "on_read_memory_complete_action"
CONF_ON_MEMORY_TIMEOUT = "on_read_memory_timeout_action"
CONF_ON_COMMAND = "on_command"
CONF_ON_MEMORY = "on_read_memory_complete"
CONF_ON_MEMORY_TIMEOUT = "on_read_memory_timeout"
CONF_PROGRAMMING_MODE = "programming_mode"

MULTI_CONF = False
Expand Down

0 comments on commit 322850c

Please sign in to comment.