Files
audi-app/custom_components/audi_dashboard/manifest.json
T
tobias 52fbf375d2 Wide Bold nur noch fuer die Reichweite, sonst zurueck auf Light
Der Eigentuemer hat die gestrige Schriftaenderung zurueckgenommen - ausser
fuer die Reichweite ueber dem Tankbalken. Die Ausnahme haengt deshalb an
.tankzeile .fig bzw. .dm-tankzeile .ads-fig und nicht an .fig/.ads-fig,
sonst zoege sie Kilometerstand, Service-Wert und jede Detailseite mit.

Wide Normal (400) ist wieder heraus - nach der Ruecknahme nutzte es niemand
mehr, im Panel 53 kB base64 und in der App eine 39.888-Byte-woff2.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-06 13:53:17 +02:00

24 lines
535 B
JSON

{
"domain": "audi_dashboard",
"name": "Audi Dashboard",
"version": "2026.9.6.1",
"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"
]
}