const.py 215 B

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