mirror of
https://github.com/home-assistant/core.git
synced 2025-07-01 18:37:13 +00:00

* Add missing DeviceInfo to Husqvarna Automower * add a test * Adress review * Update homeassistant/components/husqvarna_automower/entity.py * fix url --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
288 B
Python
7 lines
288 B
Python
"""The constants for the Husqvarna Automower integration."""
|
|
|
|
DOMAIN = "husqvarna_automower"
|
|
NAME = "Husqvarna Automower"
|
|
OAUTH2_AUTHORIZE = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/authorize"
|
|
OAUTH2_TOKEN = "https://api.authentication.husqvarnagroup.dev/v1/oauth2/token"
|