Skip to content

Commit 1228dbd

Browse files
committed
Templates update for release evcc-io/evcc@340f940
1 parent 44a1999 commit 1228dbd

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

templates/release/de/charger/nexblue-edge-2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ product:
33
identifier: nexblue-edge-2
44
brand: Nexblue
55
description: Edge 2
6-
capabilities: ["1p3p"]
76
requirements: ["sponsorship"]
87
render:
98
- default: |

templates/release/de/vehicle/home-assistant.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ render:
1919
odometer: sensor.vehicle_odometer # Kilometerstand [km], Entitäts-ID für den Kilometerstand des Fahrzeugs (optional)
2020
climater: binary_sensor.vehicle_climater # Klimatisierung aktiv, Entitäts-ID für den Klimatisierungsstatus des Fahrzeugs (`binary_sensor` mit `on`/`off` Zustand) (optional)
2121
finishTime: sensor.vehicle_finish_time # Ladeende, Entitäts-ID für die geschätzte Ladeendzeit (ISO8601 oder Unix-Zeitstempel) (optional)
22-
start_charging: script.vehicle_start_charge # Service zum Laden starten, Entitäts-ID für ein Skript zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). (optional)
22+
start_charging: script.vehicle_start_charge; switch.vehicle_charger # Service zum Laden starten, Entitäts-ID für ein Skript oder einen Schalter zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). Wenn ein Schalter angegeben wird, muss der Service zum Stoppen des Ladens leer bleiben. (optional)
2323
stop_charging: script.vehicle_stop_charge # Service zum Laden stoppen, Entitäts-ID für ein Skript zum Stoppen des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). (optional)
24-
wakeup: script.vehicle_wakeup # Service zum Aufwecken, Entitäts-ID für ein Skript zum Aufwecken des Fahrzeugs (optional)
24+
wakeup: script.vehicle_wakeup; button.wakeup_vehicle # Service zum Aufwecken, Entitäts-ID für ein Skript oder einen Schalter zum Aufwecken des Fahrzeugs (optional)
2525
setMaxCurrent: number.vehicle_charging_current # Ladestromstärke setzen [A], Entitäts-ID zum Setzen der maximalen Ladestromstärke in Ampere (`number` oder `input_number` Entität) (optional)
2626
advanced: |
2727
type: template
@@ -36,9 +36,9 @@ render:
3636
odometer: sensor.vehicle_odometer # Kilometerstand [km], Entitäts-ID für den Kilometerstand des Fahrzeugs (optional)
3737
climater: binary_sensor.vehicle_climater # Klimatisierung aktiv, Entitäts-ID für den Klimatisierungsstatus des Fahrzeugs (`binary_sensor` mit `on`/`off` Zustand) (optional)
3838
finishTime: sensor.vehicle_finish_time # Ladeende, Entitäts-ID für die geschätzte Ladeendzeit (ISO8601 oder Unix-Zeitstempel) (optional)
39-
start_charging: script.vehicle_start_charge # Service zum Laden starten, Entitäts-ID für ein Skript zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). (optional)
39+
start_charging: script.vehicle_start_charge; switch.vehicle_charger # Service zum Laden starten, Entitäts-ID für ein Skript oder einen Schalter zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). Wenn ein Schalter angegeben wird, muss der Service zum Stoppen des Ladens leer bleiben. (optional)
4040
stop_charging: script.vehicle_stop_charge # Service zum Laden stoppen, Entitäts-ID für ein Skript zum Stoppen des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). (optional)
41-
wakeup: script.vehicle_wakeup # Service zum Aufwecken, Entitäts-ID für ein Skript zum Aufwecken des Fahrzeugs (optional)
41+
wakeup: script.vehicle_wakeup; button.wakeup_vehicle # Service zum Aufwecken, Entitäts-ID für ein Skript oder einen Schalter zum Aufwecken des Fahrzeugs (optional)
4242
setMaxCurrent: number.vehicle_charging_current # Ladestromstärke setzen [A], Entitäts-ID zum Setzen der maximalen Ladestromstärke in Ampere (`number` oder `input_number` Entität) (optional)
4343
icon: car # Icon, Wird in der Benutzeroberfläche angezeigt [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)
4444
phases: 3 # Maximale Phasenanzahl, Die maximale Anzahl der Phasen welche genutzt werden können (optional)
@@ -143,12 +143,12 @@ params:
143143
advanced: false
144144
optional: true
145145
- name: start_charging
146-
example: script.vehicle_start_charge
146+
example: script.vehicle_start_charge; switch.vehicle_charger
147147
default:
148148
choice: []
149149
unit:
150150
description: Service zum Laden starten
151-
help: Entitäts-ID für ein Skript zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger).
151+
help: Entitäts-ID für ein Skript oder einen Schalter zum Starten des Ladevorgangs. Nur sinnvoll mit der [Fahrzeug-API Ladesteuerung](https://docs.evcc.io/docs/devices/chargers#vehicle-api-only-charger). Wenn ein Schalter angegeben wird, muss der Service zum Stoppen des Ladens leer bleiben.
152152
advanced: false
153153
optional: true
154154
- name: stop_charging
@@ -161,12 +161,12 @@ params:
161161
advanced: false
162162
optional: true
163163
- name: wakeup
164-
example: script.vehicle_wakeup
164+
example: script.vehicle_wakeup; button.wakeup_vehicle
165165
default:
166166
choice: []
167167
unit:
168168
description: Service zum Aufwecken
169-
help: Entitäts-ID für ein Skript zum Aufwecken des Fahrzeugs
169+
help: Entitäts-ID für ein Skript oder einen Schalter zum Aufwecken des Fahrzeugs
170170
advanced: false
171171
optional: true
172172
- name: setMaxCurrent

templates/release/en/charger/nexblue-edge-2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ product:
33
identifier: nexblue-edge-2
44
brand: Nexblue
55
description: Edge 2
6-
capabilities: ["1p3p"]
76
requirements: ["sponsorship"]
87
render:
98
- default: |

templates/release/en/vehicle/home-assistant.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ render:
1919
odometer: sensor.vehicle_odometer # Odometer [km], Entity ID for the vehicle's odometer reading in kilometers (optional)
2020
climater: binary_sensor.vehicle_climater # Climatisation active, Entity ID for the vehicle's climatisation state (`binary_sensor` with `on`/`off` state) (optional)
2121
finishTime: sensor.vehicle_finish_time # Finish time, Entity ID for the estimated charging finish time (ISO8601 or Unix timestamp) (optional)
22-
start_charging: script.vehicle_start_charge # Service to start charging, Entity ID for a script that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). (optional)
22+
start_charging: script.vehicle_start_charge; switch.vehicle_charger # Service to start charging, Entity ID for a script or a switch that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). If a switch is provided, Service to stop charging must be left empty. (optional)
2323
stop_charging: script.vehicle_stop_charge # Service to stop charging, Entity ID for a script that stops charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). (optional)
24-
wakeup: script.vehicle_wakeup # Service to wake up vehicle, Entity ID for a script that wakes up the vehicle (optional)
24+
wakeup: script.vehicle_wakeup; button.wakeup_vehicle # Service to wake up vehicle, Entity ID for a script or a button that wakes up the vehicle (optional)
2525
setMaxCurrent: number.vehicle_charging_current # Set charging current [A], Entity ID for setting the maximum charging current in amperes (`number` or `input_number` entity) (optional)
2626
advanced: |
2727
type: template
@@ -36,9 +36,9 @@ render:
3636
odometer: sensor.vehicle_odometer # Odometer [km], Entity ID for the vehicle's odometer reading in kilometers (optional)
3737
climater: binary_sensor.vehicle_climater # Climatisation active, Entity ID for the vehicle's climatisation state (`binary_sensor` with `on`/`off` state) (optional)
3838
finishTime: sensor.vehicle_finish_time # Finish time, Entity ID for the estimated charging finish time (ISO8601 or Unix timestamp) (optional)
39-
start_charging: script.vehicle_start_charge # Service to start charging, Entity ID for a script that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). (optional)
39+
start_charging: script.vehicle_start_charge; switch.vehicle_charger # Service to start charging, Entity ID for a script or a switch that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). If a switch is provided, Service to stop charging must be left empty. (optional)
4040
stop_charging: script.vehicle_stop_charge # Service to stop charging, Entity ID for a script that stops charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). (optional)
41-
wakeup: script.vehicle_wakeup # Service to wake up vehicle, Entity ID for a script that wakes up the vehicle (optional)
41+
wakeup: script.vehicle_wakeup; button.wakeup_vehicle # Service to wake up vehicle, Entity ID for a script or a button that wakes up the vehicle (optional)
4242
setMaxCurrent: number.vehicle_charging_current # Set charging current [A], Entity ID for setting the maximum charging current in amperes (`number` or `input_number` entity) (optional)
4343
icon: car # Icon, Will be displayed in the user interface [car, bike, bus, moped, motorcycle, rocket, scooter, taxi, tractor, rickshaw, shuttle, van, airpurifier, battery, bulb, climate, coffeemaker, compute, cooking, cooler, desktop, device, dishwasher, dryer, floorlamp, generic, heater, heatexchange, heatpump, kettle, laundry, laundry2, machine, meter, microwave, pump, smartconsumer, tool, waterheater] (optional)
4444
phases: 3 # Maximum number of phases, The maximum number of phases which can be used (optional)
@@ -143,12 +143,12 @@ params:
143143
advanced: false
144144
optional: true
145145
- name: start_charging
146-
example: script.vehicle_start_charge
146+
example: script.vehicle_start_charge; switch.vehicle_charger
147147
default:
148148
choice: []
149149
unit:
150150
description: Service to start charging
151-
help: Entity ID for a script that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger).
151+
help: Entity ID for a script or a switch that starts charging the vehicle. Only useful with the [Vehicle API-only charger](https://docs.evcc.io/en/docs/devices/chargers#vehicle-api-only-charger). If a switch is provided, Service to stop charging must be left empty.
152152
advanced: false
153153
optional: true
154154
- name: stop_charging
@@ -161,12 +161,12 @@ params:
161161
advanced: false
162162
optional: true
163163
- name: wakeup
164-
example: script.vehicle_wakeup
164+
example: script.vehicle_wakeup; button.wakeup_vehicle
165165
default:
166166
choice: []
167167
unit:
168168
description: Service to wake up vehicle
169-
help: Entity ID for a script that wakes up the vehicle
169+
help: Entity ID for a script or a button that wakes up the vehicle
170170
advanced: false
171171
optional: true
172172
- name: setMaxCurrent

0 commit comments

Comments
 (0)