diff --git a/source/_integrations/ituran.markdown b/source/_integrations/ituran.markdown index 1548f7d691a..10dd69f8590 100644 --- a/source/_integrations/ituran.markdown +++ b/source/_integrations/ituran.markdown @@ -13,6 +13,7 @@ ha_codeowners: ha_domain: ituran ha_platforms: - device_tracker + - sensor ha_integration_type: integration --- @@ -41,9 +42,22 @@ The information is pulled every 5 minutes from the Ituran web service; however, The Ituran {% term integration %} will track the location of each vehicle registered to your account. +### Sensor + +The Ituran {% term integration %} also exposes the following sensor for each registered vehicle: + +- **Address** - The address that corresponds with the vehicle's location, as determined by Ituran +- **Battery voltage** - The measured voltage (V) of the car battery. If not supported by the installation, the value will be set to `-1` +- **Heading** - The direction (0-359°) that the vehicle is pointing to +- **Last update from vehicle** - The time from when the vehicle last published its information to the Ituran cloud +- **Mileage** - The distance (km) the vehicle has traveled +- **Speed** - The current speed (km/h) of the vehicle + ## Known limitations - While this integration is configured with your account, you won't be able to use the official app, as only one connection at a time is supported +- The vehicle's heading value is unreliable when it's not in motion +- The mileage value is not read from the vehicle's odometer but is calculated from GPS, which may result in slight variations from the actual odometer reading ## Removing the integration