mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 08:50:09 +01:00
8c8a863867
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
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"
|