added py files

This commit is contained in:
root
2026-02-04 16:49:49 +01:00
parent 6018b23048
commit 31bae3dcd7
4 changed files with 343 additions and 0 deletions

13
const.py Normal file
View File

@@ -0,0 +1,13 @@
"""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"