"""Constants for the La Marzocco integration.""" from typing import Final DOMAIN: Final = "lamarzocco" CONF_MACHINE: Final = "machine" CONF_USE_BLUETOOTH = "use_bluetooth"