Files
audi-app/custom_components/audi_dashboard/manifest.json
T
tobias f72264c4af Ein Wortlaut fuer den Fahrzustand: "Zuendung an"
Die Sicherheitsseite sagte "Zuendung an - Fahrzeug in Betrieb". Der Zusatz
behauptet mehr, als das Signal deckt: die Zuendungsquelle steht am Geraet
auf Motordrehzahl und meldet auch im Stand mit laufendem Motor "an".
Entscheidung des Eigentuemers ("zuendung an reicht") - jetzt in beiden
Oberflaechen und an allen drei Stellen derselbe Text.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-05 17:49:33 +02:00

24 lines
536 B
JSON

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