deprecate some YAML configs in volvooncall integration (#23567)

This commit is contained in:
y34hbuddy 2022-08-08 10:53:32 -04:00 committed by GitHub
parent ef13dfc0df
commit a9931cc2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,14 +73,6 @@ mutable:
required: false
default: true
type: boolean
name:
description: "Make it possible to provide a name for the vehicles. Note: Use all lower case letters when inputting your VIN number."
required: false
type: string
resources:
description: A list of resources to display (defaults to all available).
required: false
type: list
scandinavian_miles:
description: If set to true, Scandinavian miles ("mil") are used for distances and fuel range.
required: false
@ -130,20 +122,3 @@ The list of currently available resources:
- `tyre_pressure_rear_right_tyre_pressure`
- `any_door_open`
- `any_window_open`
## Advanced Examples
A more advanced example for setting the vehicle name and selecting what resources to display:
```yaml
# Example configuration.yaml entry
volvooncall:
username: YOUR_USERNAME
password: YOUR_PASSWORD
name:
YOUR_VIN_NUMBER: "NEW_NAME"
resources:
- odometer
- lock
- heater
```