We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc972ca commit fb227fdCopy full SHA for fb227fd
source/_components/sensor.sytadin.markdown
@@ -27,9 +27,8 @@ Configuration variables:
27
28
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
29
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. Defaults to `traffic_jam`.
30
- - **traffic_jam**: A human-readable text summary.
31
- - **mean_velocity**: The current temperature.
32
- - **congestion**: The wind speed.
33
-
+ - **traffic_jam**: Amount of kilometers in traffic jam (km).
+ - **mean_velocity**: Mean velocity (km/h).
+ - **congestion**: Index of congestion (n/a).
34
35
The data is coming from the [Direction des routes Île-de-France (DiRIF)](http://www.sytadin.fr).
0 commit comments