Delete const.py

This commit is contained in:
2026-02-04 19:31:43 +00:00
parent 80c50be32c
commit 85d3ccfcd8

View File

@@ -1,13 +0,0 @@
"""Constants for the Uster Waste integration."""
DOMAIN = "uster_waste"
# Attributes for sensor
ATTR_NEXT_COLLECTION = "next_collection"
ATTR_DATE = "date"
ATTR_TYPE = "type"
ATTR_DAYS_UNTIL = "days_until"
ATTR_ENTRIES = "entries"
ATTR_ERROR = "error"
# UI Labels
MANUAL_REFRESH = "manual_refresh"