Delete const.py

This commit is contained in:
2026-02-04 19:42:33 +00:00
parent a2bd4e9327
commit 20c71cc219

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"