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

Classes

class  HusqvarnaConfigFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_USER_ID = "user_id"
 
string HUSQVARNA_DEV_PORTAL_URL = "https://developer.husqvarnagroup.cloud/applications"
 

Detailed Description

Config flow to add the integration via the UI.

Variable Documentation

◆ _LOGGER

homeassistant.components.husqvarna_automower.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file config_flow.py.

◆ CONF_USER_ID

string homeassistant.components.husqvarna_automower.config_flow.CONF_USER_ID = "user_id"

Definition at line 20 of file config_flow.py.

◆ HUSQVARNA_DEV_PORTAL_URL

string homeassistant.components.husqvarna_automower.config_flow.HUSQVARNA_DEV_PORTAL_URL = "https://developer.husqvarnagroup.cloud/applications"

Definition at line 21 of file config_flow.py.