Files
core/homeassistant/components/lamarzocco/const.py
T

10 lines
242 B
Python

"""Constants for the La Marzocco integration."""
from typing import Final
DOMAIN: Final = "lamarzocco"
CONF_USE_BLUETOOTH: Final = "use_bluetooth"
CONF_INSTALLATION_KEY: Final = "installation_key"
CONF_OFFLINE_MODE: Final = "offline_mode"