Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.husqvarna_automower.const Namespace Reference

Variables

string DOMAIN = "husqvarna_automower"
 
int EXECUTION_TIME_DELAY = 5
 
string NAME = "Husqvarna Automower"
 
string OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"
 
string OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"
 

Detailed Description

The constants for the Husqvarna Automower integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.husqvarna_automower.const.DOMAIN = "husqvarna_automower"

Definition at line 3 of file const.py.

◆ EXECUTION_TIME_DELAY

int homeassistant.components.husqvarna_automower.const.EXECUTION_TIME_DELAY = 5

Definition at line 4 of file const.py.

◆ NAME

string homeassistant.components.husqvarna_automower.const.NAME = "Husqvarna Automower"

Definition at line 5 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.husqvarna_automower.const.OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"

Definition at line 6 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.husqvarna_automower.const.OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"

Definition at line 7 of file const.py.