Add israel rail documentation (#33685)

* Add israel rail documentation

* fix

* Update source/_integrations/israel_rail.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/israel_rail.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Shai Ungar 2024-07-11 09:45:47 +03:00 committed by GitHub
parent 54860b3aae
commit 3474ecbe2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,36 @@
---
title: Israel Rail
description: Instructions on how to integrate timetable data for traveling in Israel rail within Home Assistant.
ha_category:
- Transport
ha_iot_class: Cloud Polling
ha_release: 2024.8
ha_config_flow: true
ha_codeowners:
- '@shaiu'
ha_domain: israel_rail
ha_platforms:
- sensor
ha_integration_type: integration
---
The Israel rail integration will give you the next three departure times from a given location to another one in Israel rail.
{% include integrations/config_flow.md %}
{% configuration %}
from:
description: The name of the start station.
required: true
type: string
to:
description: The name of the end station.
required: true
type: string
{% endconfiguration %}
The public timetables are coming from [Israel rail](https://www.rail.co.il).
### Defining a custom polling interval
{% include common-tasks/define_custom_polling.md %}