Skip to content

Commit

Permalink
Home Assistant 2024.2.0 FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOstrowka committed Feb 12, 2024
1 parent 6037ac5 commit 41d531a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/tuya_ble/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
CONF_PRODUCT_MODEL: Final = "product_model"
CONF_PRODUCT_NAME: Final = "product_name"

CONF_AUTH_TYPE = "auth_type"
CONF_PROJECT_TYPE = "tuya_project_type"
CONF_ENDPOINT = "endpoint"
CONF_ACCESS_ID = "access_id"
CONF_ACCESS_SECRET = "access_secret"
SMARTLIFE_APP = "smartlife"
TUYA_SMART_APP = "tuyaSmart"

TUYA_API_DEVICES_URL: Final = "/v1.0/users/%s/devices"
TUYA_API_FACTORY_INFO_URL: Final = "/v1.0/iot-03/devices/factory-infos?device_ids=%s"
TUYA_FACTORY_INFO_MAC: Final = "mac"
Expand Down

0 comments on commit 41d531a

Please sign in to comment.