1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-03 22:39:58 +00:00
Files
core/homeassistant/components/onboarding/const.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

10 lines
265 B
Python

"""Constants for the onboarding component."""
DOMAIN = "onboarding"
STEP_USER = "user"
STEP_CORE_CONFIG = "core_config"
STEP_INTEGRATION = "integration"
STEPS = [STEP_USER, STEP_CORE_CONFIG, STEP_INTEGRATION]
DEFAULT_AREAS = ("living_room", "kitchen", "bedroom")