Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.onboarding.const
 

Variables

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