hass-core/homeassistant/components/husqvarna_automower/const.py
2024-05-24 10:54:19 +02:00

7 lines
313 B
Python

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