mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update Volvo on Call component configuration variable (#6672)
Update style of Volvo on Call component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
c1a55e60e6
commit
2073f22319
@ -62,13 +62,34 @@ volvooncall:
|
|||||||
- heater
|
- heater
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): The username associated with your Volvo On Call account.
|
description: The username associated with your Volvo On Call account.
|
||||||
- **password** (*Required*): The password for your given Volvo On Call account.
|
required: true
|
||||||
- **region** (*Optional*): The region where the Volvo is registered. Needs to be set for users in North America or China.
|
type: string
|
||||||
- **service_url** (*Optional*): The service URL to use for Volvo On Call. Normally not necessary to specify.
|
password:
|
||||||
- **name** (*Optional*): Make it possible to provide a name for the vehicles.
|
description: The password for your given Volvo On Call account.
|
||||||
- **resources** (*Optional*): A list of resources to display (defaults to all available).
|
required: true
|
||||||
- **scandinavian_miles** (*Optional*): If set to yes, Scandinavian miles ("mil") are used for distances and fuel range (defaults to no).
|
type: string
|
||||||
|
region:
|
||||||
|
description: The region where the Volvo is registered. Needs to be set for users in North America or China.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
service_url:
|
||||||
|
description: The service URL to use for Volvo On Call. Normally not necessary to specify.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Make it possible to provide a name for the vehicles.
|
||||||
|
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
|
||||||
|
defaults: false
|
||||||
|
type: boolean
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user