Add Ituran integration (#35365)

This commit is contained in:
Assaf Inbal 2024-12-16 20:18:03 +02:00 committed by GitHub
parent 002f2d1dae
commit 5e4c4f38a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,52 @@
---
title: Ituran
description: Instructions on how to add Ituran to Home Assistant.
ha_category:
- Car
- Device Tracker
- Presence detection
ha_release: '2025.1'
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- '@shmuelzon'
ha_domain: ituran
ha_platforms:
- device_tracker
ha_integration_type: integration
---
The **Ituran** {% term integration %} allows you to retrieve information from your Ituran-equipped vehicle using the [Ituran APP service](https://www.ituran.co.il/ituranfront/comfort-services-2/ituran-app-comfort). It pulls information from the Ituran web service regarding the vehicle's location.
## Prerequisites
You must have an Ituran account for use with the Ituran APP ([Android](https://play.google.com/store/apps/details?id=com.ituran.forall)/[iOS](https://apps.apple.com/app/id1227756834)). All devices that work with the app, should work with this integration as well.
{% include integrations/config_flow.md %}
{% configuration_basic %}
ID or passport number:
description: Your government ID or passport number used to sign-up with Ituran.
Mobile phone number:
description: The mobile phone number used to sign-up with Ituran. A one-time-password will be sent to this number.
{% endconfiguration_basic %}
## Data updates
The information is pulled every 5 minutes from the Ituran web service; however, the data is updated at intervals determined by Ituran based on whether the vehicle is stationary or not.
## Supported functionality
### Device tracker
The Ituran {% term integration %} will track the location of each vehicle registered to your account.
## 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
## Removing the integration
This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %}