"""Constants for the Waste Collection Schedule component.""" # Component domain, used to store component data in hass data. DOMAIN = "waste_collection_schedule" UPDATE_SENSORS_SIGNAL = "wcs_update_sensors_signal"