Files
audi-app/custom_components/audi_dashboard/manifest.json
T
tobias c234b87dea Einzelfahrt: Dauer in Std./Min. statt roher Minutenzahl
vTrip() zeigte "75 min" statt der bereits vorhandenen dauerText()-Formatierung
("1 Std. 15 Min."), die jede andere Dauer im Panel schon verwendet.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-24 22:43:04 +02:00

15 lines
501 B
JSON

{
"domain": "audi_dashboard",
"name": "Audi Dashboard",
"version": "2026.8.24.15",
"documentation": "https://gitea.nothaft.cloud/paul/audi-app/src/branch/main/README.md",
"issue_tracker": "https://gitea.nothaft.cloud/paul/audi-app/issues",
"codeowners": ["@paul"],
"config_flow": true,
"integration_type": "service",
"single_config_entry": true,
"iot_class": "local_polling",
"dependencies": ["http", "frontend", "panel_custom", "recorder"],
"requirements": ["pypdf>=4.0.0"]
}