mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update Sytadin sensor component configuration variable (#6899)
This commit is contained in:
parent
014b17e72f
commit
163e8182ef
@ -25,12 +25,24 @@ sensor:
|
|||||||
- platform: sytadin
|
- platform: sytadin
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
|
description: Additional name for the sensors.
|
||||||
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. Defaults to `traffic_jam`.
|
required: false
|
||||||
- **traffic_jam**: Amount of kilometers in traffic jam (km).
|
default: Sytadin
|
||||||
- **mean_velocity**: Mean velocity (km/h).
|
type: string
|
||||||
- **congestion**: Index of congestion (n/a).
|
monitored_conditions:
|
||||||
|
description: Conditions to display in the frontend.
|
||||||
|
required: false
|
||||||
|
default: traffic_jam
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
traffic_jam:
|
||||||
|
description: Amount of kilometers in traffic jam (km).
|
||||||
|
mean_velocity:
|
||||||
|
description: Mean velocity (km/h).
|
||||||
|
congestion:
|
||||||
|
description: Index of congestion (n/a).
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
The data is coming from the [Direction des routes Île-de-France (DiRIF)](http://www.sytadin.fr).
|
The data is coming from the [Direction des routes Île-de-France (DiRIF)](http://www.sytadin.fr).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user