hass-core/homeassistant/components/random/const.py
Joost Lekkerkerker 0658c7b307
Add config flow to random (#100858)
Co-authored-by: Robert Resch <robert@resch.dev>
2023-10-25 13:01:27 +02:00

5 lines
87 B
Python

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