1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/togrill/const.py

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"