Skip to content

Commit 80223cc

Browse files
andiggithub-actions[bot]
authored andcommitted
Generate docs from templates
1 parent 52dd245 commit 80223cc

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

docs/devices/vehicles.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,34 @@ vehicles:
12401240

12411241

12421242

1243+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
1244+
1245+
### Home Assistant Fahrzeug
1246+
1247+
Erfordert eine laufende Home Assistant Instanz mit passenden Fahrzeug-Entities und Services.
1248+
1249+
<DeviceConfig code={`vehicles:
1250+
- name: my_car
1251+
type: template
1252+
template: homeassistant
1253+
: # Home Assistant Entity IDs, Alle Werte sind Home Assistant Entity IDs (z.B. sensor.*, binary_sensor.*, number.*, script.*) (optional)
1254+
uri: http://192.168.1.10:8123 # Home Assistant URI, z.B. http://192.168.1.10:8123
1255+
token: # Home Assistant Long-Lived Access Token
1256+
soc: sensor.vehicle_soc # Ladezustand [%]
1257+
range: sensor.vehicle_range # Restreichweite [km], optional
1258+
status: sensor.vehicle_charging # Ladestatus, optional
1259+
limitSoc: number.vehicle_target_state_of_charge # Ziel-Ladezustand [%], optional
1260+
odometer: sensor.vehicle_odometer # Kilometerstand [km], optional
1261+
climater: binary_sensor.vehicle_climater # Klimatisierung aktiv, optional
1262+
maxCurrent: sensor.vehicle_max_current # Maximalstrom [A] (A), Definiert die maximale Stromstärke pro angeschlossener Phase die genutzt werden kann (optional)
1263+
getMaxCurrent: sensor.vehicle_get_max_current # Aktueller Maximalstrom [A], optional
1264+
finishTime: sensor.vehicle_finish_time # Ladeende (ISO8601 oder Unix), optional
1265+
start_charging: script.vehicle_start_charge # Service zum Laden starten, optional
1266+
stop_charging: script.vehicle_stop_charge # Service zum Laden stoppen, optional
1267+
wakeup: script.vehicle_wakeup # Service zum Aufwecken, optional`} />
1268+
1269+
1270+
12431271
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
12441272

12451273
### ioBroker.bmw

i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,34 @@ vehicles:
12441244

12451245

12461246

1247+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
1248+
1249+
### Home Assistant Vehicle
1250+
1251+
Requires a running Home Assistant instance with suitable vehicle entities and services.
1252+
1253+
<DeviceConfig code={`vehicles:
1254+
- name: my_car
1255+
type: template
1256+
template: homeassistant
1257+
: # Home Assistant entity IDs, All values are Home Assistant entity IDs (e.g. sensor.*, binary_sensor.*, number.*, script.*) (optional)
1258+
uri: http://192.168.1.10:8123 # Home Assistant URI, e.g. http://192.168.1.10:8123
1259+
token: # Home Assistant Long-Lived Access Token
1260+
soc: sensor.vehicle_soc # State of charge [%]
1261+
range: sensor.vehicle_range # Remaining range [km], optional
1262+
status: sensor.vehicle_charging # Charging status, optional
1263+
limitSoc: number.vehicle_target_state_of_charge # Target state of charge [%], optional
1264+
odometer: sensor.vehicle_odometer # Odometer [km], optional
1265+
climater: binary_sensor.vehicle_climater # Climatisation active, optional
1266+
maxCurrent: sensor.vehicle_max_current # Max current [A] (A), The maximum amperage per connected phase that can be used (optional)
1267+
getMaxCurrent: sensor.vehicle_get_max_current # Actual max current [A], optional
1268+
finishTime: sensor.vehicle_finish_time # Finish time (ISO8601 or Unix), optional
1269+
start_charging: script.vehicle_start_charge # Service to start charging, optional
1270+
stop_charging: script.vehicle_stop_charge # Service to stop charging, optional
1271+
wakeup: script.vehicle_wakeup # Service to wake up vehicle, optional`} />
1272+
1273+
1274+
12471275
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
12481276

12491277
### ioBroker.bmw

0 commit comments

Comments
 (0)