mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 11:06:54 +01: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"
|