mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-04-29 13:39:29 -07:00
7 lines
88 B
Python
7 lines
88 B
Python
"""Constants for random helper."""
|
|
|
|
DOMAIN = "random"
|
|
|
|
DEFAULT_MIN = 0
|
|
DEFAULT_MAX = 20
|