"""Constants for the Hypontech Cloud integration.""" from logging import Logger, getLogger DOMAIN = "hypontech" CONF_OEM = "oem" DEFAULT_OEM = 0 LOGGER: Logger = getLogger(__package__)