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

Variables

tuple DEFAULT_AREAS = ("living_room", "kitchen", "bedroom")
 
string DOMAIN = "onboarding"
 
string STEP_ANALYTICS = "analytics"
 
string STEP_CORE_CONFIG = "core_config"
 
string STEP_INTEGRATION = "integration"
 
string STEP_USER = "user"
 
list STEPS = [STEP_USER, STEP_CORE_CONFIG, STEP_ANALYTICS, STEP_INTEGRATION]
 

Detailed Description

Constants for the onboarding component.

Variable Documentation

◆ DEFAULT_AREAS

tuple homeassistant.components.onboarding.const.DEFAULT_AREAS = ("living_room", "kitchen", "bedroom")

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ STEP_ANALYTICS

string homeassistant.components.onboarding.const.STEP_ANALYTICS = "analytics"

Definition at line 7 of file const.py.

◆ STEP_CORE_CONFIG

string homeassistant.components.onboarding.const.STEP_CORE_CONFIG = "core_config"

Definition at line 5 of file const.py.

◆ STEP_INTEGRATION

string homeassistant.components.onboarding.const.STEP_INTEGRATION = "integration"

Definition at line 6 of file const.py.

◆ STEP_USER

string homeassistant.components.onboarding.const.STEP_USER = "user"

Definition at line 4 of file const.py.

◆ STEPS

list homeassistant.components.onboarding.const.STEPS = [STEP_USER, STEP_CORE_CONFIG, STEP_ANALYTICS, STEP_INTEGRATION]

Definition at line 9 of file const.py.