mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
10 lines
178 B
Python
10 lines
178 B
Python
"""Constants for the ToGrill integration."""
|
|
|
|
DOMAIN = "togrill"
|
|
|
|
MAX_PROBE_COUNT = 6
|
|
|
|
CONF_PROBE_COUNT = "probe_count"
|
|
CONF_HAS_AMBIENT = "has_ambient"
|
|
CONF_VERSION = "version"
|