mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
9 lines
145 B
Python
9 lines
145 B
Python
"""Constants for the ToGrill integration."""
|
|
|
|
DOMAIN = "togrill"
|
|
|
|
MAX_PROBE_COUNT = 6
|
|
|
|
CONF_PROBE_COUNT = "probe_count"
|
|
CONF_VERSION = "version"
|