Files
core/homeassistant/components/togrill/const.py
Joakim Plate c876bed33f Add ToGrill integration (#150075)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-08-09 00:24:54 +02:00

9 lines
145 B
Python

"""Constants for the ToGrill integration."""
DOMAIN = "togrill"
MAX_PROBE_COUNT = 6
CONF_PROBE_COUNT = "probe_count"
CONF_VERSION = "version"