mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
parent
22add7c9fb
commit
4435f2be3e
@ -56,11 +56,49 @@ volvooncall:
|
|||||||
name:
|
name:
|
||||||
abc123: 'Batmobile'
|
abc123: 'Batmobile'
|
||||||
resources:
|
resources:
|
||||||
- doors
|
- odometer
|
||||||
- lock
|
- lock
|
||||||
- heater
|
- heater
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Currently available resources:
|
||||||
|
- `position`
|
||||||
|
- `lock`
|
||||||
|
- `heater`
|
||||||
|
- `odometer`
|
||||||
|
- `trip_meter1`
|
||||||
|
- `trip_meter2`
|
||||||
|
- `fuel_amount`
|
||||||
|
- `fuel_amount_level`
|
||||||
|
- `average_fuel_consumption`
|
||||||
|
- `distance_to_empty`
|
||||||
|
- `washer_fluid_level`
|
||||||
|
- `brake_fluid`
|
||||||
|
- `service_warning_status`
|
||||||
|
- `bulb_failures`
|
||||||
|
- `battery_range`
|
||||||
|
- `battery_level`
|
||||||
|
- `time_to_fully_charged`
|
||||||
|
- `battery_charge_status`
|
||||||
|
- `engine_start`
|
||||||
|
- `last_trip`
|
||||||
|
- `is_engine_running`
|
||||||
|
- `doors.hood_open`
|
||||||
|
- `doors.front_left_door_open`
|
||||||
|
- `doors.front_right_door_open`
|
||||||
|
- `doors.rear_left_door_open`
|
||||||
|
- `doors.rear_right_door_open`
|
||||||
|
- `windows.front_left_window_open`
|
||||||
|
- `windows.front_right_window_open`
|
||||||
|
- `windows.rear_left_window_open`
|
||||||
|
- `windows.rear_right_window_open`
|
||||||
|
- `tyre_pressure.front_left_tyre_pressure`
|
||||||
|
- `tyre_pressure.front_right_tyre_pressure`
|
||||||
|
- `tyre_pressure.rear_left_tyre_pressure`
|
||||||
|
- `tyre_pressure.rear_right_tyre_pressure`
|
||||||
|
- `any_door_open`
|
||||||
|
- `any_window_open`
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
username:
|
username:
|
||||||
description: The username associated with your Volvo On Call account.
|
description: The username associated with your Volvo On Call account.
|
||||||
@ -78,6 +116,11 @@ service_url:
|
|||||||
description: The service URL to use for Volvo On Call. Normally not necessary to specify.
|
description: The service URL to use for Volvo On Call. Normally not necessary to specify.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
mutable:
|
||||||
|
description: If set to true, include components that can make changes to the vehicle (unlock, start engine, start heater etc).
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
name:
|
name:
|
||||||
description: Make it possible to provide a name for the vehicles.
|
description: Make it possible to provide a name for the vehicles.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user