core/homeassistant/components/random/const.py

6 lines
87 B
Python
Raw Normal View History

"""Constants for random helper."""
DOMAIN = "random"
DEFAULT_MIN = 0
DEFAULT_MAX = 20