Introduced the possibility to select which devices should have the pytuya debug enabled

This commit is contained in:
rospogrigio
2023-01-10 18:18:35 +01:00
parent d8acf60076
commit 33e0033b0a
7 changed files with 41 additions and 31 deletions

View File

@@ -28,6 +28,7 @@ ATTR_UPDATED_AT = "updated_at"
# config flow
CONF_LOCAL_KEY = "local_key"
CONF_ENABLE_DEBUG = "enable_debug"
CONF_PROTOCOL_VERSION = "protocol_version"
CONF_DPS_STRINGS = "dps_strings"
CONF_MODEL = "model"