From 5e4c4f38a73a43f8de194a6788db0707a232e9bf Mon Sep 17 00:00:00 2001 From: Assaf Inbal Date: Mon, 16 Dec 2024 20:18:03 +0200 Subject: [PATCH] Add Ituran integration (#35365) --- source/_integrations/ituran.markdown | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 source/_integrations/ituran.markdown diff --git a/source/_integrations/ituran.markdown b/source/_integrations/ituran.markdown new file mode 100644 index 00000000000..1548f7d691a --- /dev/null +++ b/source/_integrations/ituran.markdown @@ -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 %}