core/homeassistant/components/onboarding/const.py

8 lines
114 B
Python
Raw Normal View History

"""Constants for the onboarding component."""
DOMAIN = 'onboarding'
STEP_USER = 'user'
STEPS = [
STEP_USER
]