Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mazda2mqtt parameter description #8319

Merged
merged 2 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions templates/definition/vehicle/mazda2mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ products:
group: generic
requirements:
description:
en: Required MQTT broker configuration and a mazda2mqtt installation https://github.com/C64Axel/mazda2mqtt
de: Voraussetzung ist ein konfigurierter MQTT Broker und eine mazda2mqtt Installation https://github.com/C64Axel/mazda2mqtt
en: Required MQTT broker configuration and a mazda2mqtt installation https://github.com/C64Axel/mazda2mqtt.
de: Voraussetzung ist ein konfigurierter MQTT Broker und eine mazda2mqtt Installation https://github.com/C64Axel/mazda2mqtt.
params:
- name: title
- name: vin
required: true
help:
de: Erforderlich, so wie im MQTT-Broker unter /mazda2mqtt angezeigt.
andig marked this conversation as resolved.
Show resolved Hide resolved
en: Required, as displayed in the MQTT broker under /mazda2mqtt..
- name: capacity
- name: phases
advanced: true
Expand Down
6 changes: 3 additions & 3 deletions templates/docs/vehicle/mazda2mqtt_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ product:
description: mazda2mqtt
group: Generische Unterstützung
description: |
Voraussetzung ist ein konfigurierter MQTT Broker und eine mazda2mqtt Installation https://github.com/C64Axel/mazda2mqtt
Voraussetzung ist ein konfigurierter MQTT Broker und eine mazda2mqtt Installation https://github.com/C64Axel/mazda2mqtt.
render:
- default: |
type: template
template: mazda2mqtt
title: # Wird in der Benutzeroberfläche angezeigt (Optional)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
vin: W... # Erforderlich, so wie im MQTT-Broker unter /mazda2mqtt angezeigt.
capacity: 50 # Akkukapazität in kWh (Optional)
advanced: |
type: template
template: mazda2mqtt
title: # Wird in der Benutzeroberfläche angezeigt (Optional)
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
vin: W... # Erforderlich, so wie im MQTT-Broker unter /mazda2mqtt angezeigt.
capacity: 50 # Akkukapazität in kWh (Optional)
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (Optional)
icon: car # Icon in der Benutzeroberfläche (Optional)
Expand Down