mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Update Torque sensor component configuration variable (#6898)
This commit is contained in:
parent
a691756093
commit
014b17e72f
@ -46,7 +46,14 @@ sensor:
|
|||||||
email: your_configured@email.com
|
email: your_configured@email.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Vehicle name (your choice).
|
description: Vehicle name (your choice).
|
||||||
- **email** (*Required*): Email address configured in Torque application.
|
required: false
|
||||||
|
default: vehicle
|
||||||
|
type: string
|
||||||
|
email:
|
||||||
|
description: Email address configured in Torque application.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user