ha-core/homeassistant/components/husqvarna_automower/const.py

8 lines
351 B
Python

"""The constants for the Husqvarna Automower integration."""
DOMAIN = "husqvarna_automower"
NAME = "Husqvarna Automower"
HUSQVARNA_URL = "https://developer.husqvarnagroup.cloud/login"
OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"
OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"