mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 21:12:24 +01:00
6 lines
120 B
Python
6 lines
120 B
Python
"""Constants for the Lichess integration."""
|
|
|
|
DOMAIN = "lichess"
|
|
|
|
TOKEN_URL = "https://lichess.org/account/oauth/token"
|