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" |
The constants for the Husqvarna Automower integration.
| string homeassistant.components.husqvarna_automower.const.DOMAIN = "husqvarna_automower" |
| int homeassistant.components.husqvarna_automower.const.EXECUTION_TIME_DELAY = 5 |
| string homeassistant.components.husqvarna_automower.const.NAME = "Husqvarna Automower" |
| string homeassistant.components.husqvarna_automower.const.OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize" |