1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-18 17:39:33 +00:00
Files
core/homeassistant/components/random/const.py
2024-03-08 20:38:34 +01:00

7 lines
88 B
Python

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