Skip to content

Commit

Permalink
mazda2mqtt: document vin required (#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
C64Axel authored and naltatis committed Jun 14, 2023
1 parent 451cf7c commit 4d79ab0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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
en: Required
- 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
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
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

0 comments on commit 4d79ab0

Please sign in to comment.