1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-23 17:00:13 +01:00

Use CONF_CODE from homeassistant.const in isy994 (#171608)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
shbatm
2026-05-20 11:48:35 -05:00
committed by GitHub
parent 8402a4d876
commit 3eff36eb9d
+1 -2
View File
@@ -7,6 +7,7 @@ import voluptuous as vol
from homeassistant.const import (
CONF_ADDRESS,
CONF_CODE,
CONF_COMMAND,
CONF_NAME,
CONF_UNIT_OF_MEASUREMENT,
@@ -38,8 +39,6 @@ SERVICE_DELETE_ZWAVE_LOCK_USER_CODE = "delete_zwave_lock_user_code"
CONF_PARAMETER = "parameter"
CONF_PARAMETERS = "parameters"
CONF_USER_NUM = "user_num"
# pylint: disable-next=home-assistant-duplicate-const
CONF_CODE = "code"
CONF_VALUE = "value"
CONF_INIT = "init"
CONF_ISY = "isy"