mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
7 lines
88 B
Python
7 lines
88 B
Python
"""Constants for random helper."""
|
|
|
|
DOMAIN = "random"
|
|
|
|
DEFAULT_MIN = 0
|
|
DEFAULT_MAX = 20
|