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

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"domain": "uster_waste",
"name": "Uster Waste Collection",
"codeowners": [
"@rolfinho"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/rolfinho/uster_waste",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rolfinho/uster_waste/issues",
"platforms": ["sensor", "button"],
"requirements": ["aiohttp", "beautifulsoup4"],
"version": "0.0.1"
}