mirror of
https://github.com/home-assistant/core.git
synced 2025-12-07 16:38:07 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
"""Constants for the Fressnapf Tracker integration."""
|
|
|
|
DOMAIN = "fressnapf_tracker"
|
|
CONF_PHONE_NUMBER = "phone_number"
|
|
CONF_SMS_CODE = "sms_code"
|
|
CONF_USER_ID = "user_id"
|