mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
"""Constants for random helper."""
|
|
|
|
DOMAIN = "random"
|
|
|
|
DEFAULT_MIN = 0
|
|
DEFAULT_MAX = 20
|