"""Component constants.""" from homeassistant.const import Platform DOMAIN = "ohme" PLATFORMS = [ Platform.BUTTON, Platform.NUMBER, Platform.SELECT, Platform.SENSOR, Platform.SWITCH, Platform.TIME, ]