"""Define constants for the Growatt Server component.""" CONF_PLANT_ID = "plant_id" DEFAULT_PLANT_ID = "0" DEFAULT_NAME = "Growatt" DOMAIN = "growatt_server" PLATFORMS = ["sensor"]