Co-authored-by: Copilot <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]>
5 lines
120 B
Python
5 lines
120 B
Python
"""Constants for the PTDevices integration."""
|
|
|
|
DOMAIN = "ptdevices"
|
|
DEFAULT_URL = "https://api.ptdevices.com/token/v1"
|