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] |
Constants for the onboarding component.
| 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] |