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