1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-01 20:57:51 +00:00

7 lines
88 B
Python

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