Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """The constants for the Husqvarna Automower integration."""
2 
3 DOMAIN = "husqvarna_automower"
4 EXECUTION_TIME_DELAY = 5
5 NAME = "Husqvarna Automower"
6 OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"
7 OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"