From 3474ecbe2dd85c1859edc625e810debe9f0fe95a Mon Sep 17 00:00:00 2001 From: Shai Ungar Date: Thu, 11 Jul 2024 09:45:47 +0300 Subject: [PATCH] Add israel rail documentation (#33685) * Add israel rail documentation * fix * Update source/_integrations/israel_rail.markdown Co-authored-by: Franck Nijhof * Update source/_integrations/israel_rail.markdown Co-authored-by: Franck Nijhof --------- Co-authored-by: Franck Nijhof --- source/_integrations/israel_rail.markdown | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 source/_integrations/israel_rail.markdown diff --git a/source/_integrations/israel_rail.markdown b/source/_integrations/israel_rail.markdown new file mode 100644 index 00000000000..225ad770870 --- /dev/null +++ b/source/_integrations/israel_rail.markdown @@ -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 %}