"""Constant for Imeon component.""" from homeassistant.const import Platform DOMAIN = "imeon_inverter" TIMEOUT = 30 PLATFORMS = [ Platform.SENSOR, ]