diff --git a/const.py b/const.py deleted file mode 100644 index 35a4c76..0000000 --- a/const.py +++ /dev/null @@ -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"