mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
54860b3aae
commit
3474ecbe2d
36
source/_integrations/israel_rail.markdown
Normal file
36
source/_integrations/israel_rail.markdown
Normal 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 %}
|
Loading…
x
Reference in New Issue
Block a user