mirror of
https://github.com/home-assistant/core.git
synced 2026-02-04 14:25:26 +01:00
7 lines
88 B
Python
7 lines
88 B
Python
"""Constants for random helper."""
|
|
|
|
DOMAIN = "random"
|
|
|
|
DEFAULT_MIN = 0
|
|
DEFAULT_MAX = 20
|