7 lines
288 B
Python
7 lines
288 B
Python
|
"""The constants for the Husqvarna Automower integration."""
|
||
|
|
||
|
DOMAIN = "husqvarna_automower"
|
||
|
NAME = "Husqvarna Automower"
|
||
|
OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"
|
||
|
OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"
|