new version

This commit is contained in:
Rolf
2026-02-04 20:33:00 +01:00
parent ec8145e1a0
commit db3e4a3cce
11 changed files with 427 additions and 1 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"