Due to ADR0004 this integration was removed from Home Assistant with version 0.100, and are now republished here.
The sytadin
sensor platform allows you to monitor traffic details from Sytadin.
The data is coming from the Direction des routes Île-de-France (DiRIF).
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledsytadin
. - Download all the files from the
custom_components/sytadin/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant.
- Move on to the configuration.
Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/sytadin/__init__.py
custom_components/sytadin/manifest.json
custom_components/sytadin/sensor.py
sensor:
- platform: sytadin
Key | Type | Required | Description |
---|---|---|---|
name |
string |
False |
Additional name for the sensors. |
monitored_conditions |
list |
False |
Conditions to display in the frontend.(default is traffic_jam ) |
traffic_jam
mean_velocity
congestion
If you want to contribute to this please read the Contribution guidelines